Skip to content

Commit f70ae05

Browse files
Marc MongeMarc Monge
authored andcommitted
Fix foundry dependency?
1 parent bd3bed2 commit f70ae05

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
submodules: recursive
2424

2525
- name: Install Foundry
26-
run: |
27-
curl -L https://foundry.paradigm.xyz | bash
28-
source ~/.bashrc
29-
~/.foundry/bin/foundryup
30-
echo "$HOME/.foundry/bin" >> $GITHUB_PATH
26+
uses: foundry-rs/foundry-toolchain@v1
3127

3228
- name: Install forge-std
3329
run: |

0 commit comments

Comments
 (0)