Skip to content

Commit

Permalink
chore(foundry): use latest foundry toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Jan 27, 2025
1 parent d7c76d6 commit 8a5a4b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
key: ${{ runner.os }}-foundry-chain-fork-${{ github.job }}-${{ github.sha }}
restore-keys: ${{ runner.os }}-foundry-chain-fork-${{ github.job }}-

- uses: foundry-rs/foundry-toolchain@v1.2.0
- uses: foundry-rs/foundry-toolchain@v1
with:
cache: false
version: stable

- run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 8a5a4b1

Please sign in to comment.