Skip to content

Commit

Permalink
💚 github: pin foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 15, 2024
1 parent 10dae8a commit 8459375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version: 20
cache: pnpm
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-25f24e677a6a32a62512ad4f561995589ac2c7dc
- run: pnpm install --frozen-lockfile
- uses: changesets/action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
node-version: 20
cache: pnpm
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-25f24e677a6a32a62512ad4f561995589ac2c7dc
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: rm -rf cache/fuzz cache/invariant
Expand Down

0 comments on commit 8459375

Please sign in to comment.