Skip to content

Commit

Permalink
WEB3-354: Always use foundry-rs/foundry-toolchain@v1 (#449)
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfgang Welz <[email protected]>
  • Loading branch information
capossele and Wollac authored Feb 18, 2025
1 parent 3b106fa commit 288a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
ref: ${{ env.RISC0_MONOREPO_REF }}
toolchain-version: ${{ env.RISC0_TOOLCHAIN_VERSION }}
features: ${{ matrix.feature }}
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
- uses: foundry-rs/foundry-toolchain@v1
- name: cargo clippy risc0-ethereum
run: cargo clippy $CARGO_LOCKED --workspace --all-targets --all-features
env:
Expand Down

0 comments on commit 288a6b3

Please sign in to comment.