Skip to content

Commit

Permalink
Use proper foundry version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jan 20, 2024
1 parent c42dd27 commit bb5b677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ jobs:
command: |
curl -L https://foundry.paradigm.xyz | bash
source $HOME/.bashrc
foundryup
foundryup --version nightly-`cat .foundryrc`
echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV
source $HOME/.bashrc
forge --version
Expand Down Expand Up @@ -1048,7 +1048,7 @@ jobs:
command: |
curl -L https://foundry.paradigm.xyz | bash
source $HOME/.bashrc
foundryup
foundryup --version nightly-`cat .foundryrc`
echo 'export PATH=$HOME/.foundry/bin:$PATH' >> $BASH_ENV
source $HOME/.bashrc
forge --version
Expand Down

0 comments on commit bb5b677

Please sign in to comment.