Skip to content

Commit

Permalink
fix(ci): pin foundry to different version (#608)
Browse files Browse the repository at this point in the history
## Summary
previous version appeared to have been pulled, causing a 404??
https://github.com/foundry-rs/foundry/tags
see foundry-rs/foundry-toolchain#35

this updates it to an older version that doesn't look like it will get
pulled.
  • Loading branch information
noot authored Nov 27, 2023
1 parent bc99aec commit 80cbef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: "nightly-89f74f26926b552e0fbfca0858f0a129dec79881"
version: "nightly-60ec00296f00754bc21ed68fd05ab6b54b50e024"
- name: Build tests
run: |
cargo test --no-run --release --workspace \
Expand Down

0 comments on commit 80cbef3

Please sign in to comment.