CI: pin foundry version (#1344)

The latest nightly broke the ugprade test, not yet sure how. For now,
just pin the older version
This commit is contained in:
Csongor Kiss 2022-07-08 14:19:07 +01:00 committed by GitHub
parent 850dd33ba4
commit b067e41120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
node-version: "16"
- run: cd clients/js && make install
- run: curl -L https://foundry.paradigm.xyz | bash
- run: $HOME/.foundry/bin/foundryup
- run: $HOME/.foundry/bin/foundryup -v nightly-4367ce1c3d2c10b71350b40258766d53a94c717f
- run: cd ethereum && PATH=$PATH:$HOME/.foundry/bin/ make test-upgrade
terra: