Skip to content

Commit

Permalink
Use foundry-install script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Feb 4, 2025
1 parent 604a8b7 commit d8dd799
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,11 +1080,9 @@ jobs:
command: |
go install -v github.com/protolambda/eth2-testnet-genesis@$(jq -r .eth2_testnet_genesis < versions.json)
- run:
name: foundryup
name: install foundry
command: |
curl -L https://foundry.paradigm.xyz | bash
source $HOME/.bashrc
foundryup
./ops/scripts/install-foundry.sh
echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV
source $HOME/.bashrc
forge --version
Expand Down

0 comments on commit d8dd799

Please sign in to comment.