Skip to content

Commit

Permalink
Pin Foundry version at nightly-4351742481c98adaa9ca3e8642e619aa986b3c…
Browse files Browse the repository at this point in the history
…ee (risc0#2197)

The current version of `anvil` provided when using the foundry version
`nightly-cafc2606a2187a42b236df4aa65f4e8cdfcea970` has a bug that
affects some `risc0-ethereum` tests. This PR drops that version and uses
`nightly-4351742481c98adaa9ca3e8642e619aa986b3cee`
  • Loading branch information
capossele authored Aug 7, 2024
1 parent 7baa873 commit 17ea86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/risc0-ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
working-directory: risc0
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-cafc2606a2187a42b236df4aa65f4e8cdfcea970
version: nightly-4351742481c98adaa9ca3e8642e619aa986b3cee
# Apply local patch
- name: Local patch on risc0-ethereum
run: python ${{ env.RISC0_PATH }}/.github/cargo_local_patch.py .
Expand Down

0 comments on commit 17ea86b

Please sign in to comment.