We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bde917 commit f87960eCopy full SHA for f87960e
.github/workflows/security-analysis.yml
@@ -23,12 +23,17 @@ jobs:
23
submodules: recursive
24
25
- name: Install Foundry
26
- uses: foundry-rs/foundry-toolchain@v1
27
- with:
28
- version: nightly
+ run: |
+ curl -L https://foundry.paradigm.xyz | bash
+ export PATH="$HOME/.foundry/bin:$PATH"
29
+ source ~/.bashrc
30
+ foundryup
31
+ echo "$HOME/.foundry/bin" >> $GITHUB_PATH
32
33
- name: Install forge-std
- run: forge install foundry-rs/forge-std --no-commit || true
34
35
36
+ forge install foundry-rs/forge-std --no-commit || true
37
38
- name: Run Slither
39
uses: crytic/slither-action@v0.4.1
0 commit comments