Skip to content

Commit

Permalink
Install forge in slither flow (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Jan 4, 2024
1 parent 3e1b03f commit 9e1448b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install solc-select
run: |
pip install solc-select
Expand Down

0 comments on commit 9e1448b

Please sign in to comment.