Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Schroeder afc174e8ca scripts: fix install-foundry
The latest update to the github actions runner sets the XDG_CONFIG_HOME
directory to /home/runner/.config. When this variable is set, the curl |
bash installer installs foundryup to that path. This was resulting in
foundryup being installed to /home/runner/.config/.foundry/bin/foundryup
and breaking this script.

With this change, it correctly installs to:
    /home/runner/.foundry/bin/foundryup

Also ensure XDG_CONFIG_HOME is unset when running foundryup so forge is
installed in the right location as well.
2023-05-04 17:30:46 -04:00
Csongor Kiss 3e051e97b6 ethereum: Init foundry project and add installer for native solc 2022-08-09 20:02:47 +01:00