Skip to content

Commit

Permalink
chore: update forge-std and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frontier159 committed Nov 20, 2023
1 parent aa934eb commit 994aafd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
working-directory: protocol

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1.0.10
uses: foundry-rs/foundry-toolchain@v1
with:
cache: true
# Need to turn the cache off in slither so it can be used by
# protocol tests instead
# https://github.com/foundry-rs/foundry-toolchain/issues/33
cache: false
#with:
# version: nightly-ca67d15f4abd46394b324c50e21e66f306a1162d

Expand Down

0 comments on commit 994aafd

Please sign in to comment.