Skip to content

Commit

Permalink
Install forge in slither flow
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Jan 3, 2024
1 parent 3e1b03f commit e996ff3
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 e996ff3

Please sign in to comment.