Skip to content

Commit bd3bed2

Browse files
Marc MongeMarc Monge
authored andcommitted
Foundryup in path as well
1 parent f87960e commit bd3bed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
- name: Install Foundry
2626
run: |
2727
curl -L https://foundry.paradigm.xyz | bash
28-
export PATH="$HOME/.foundry/bin:$PATH"
2928
source ~/.bashrc
30-
foundryup
29+
~/.foundry/bin/foundryup
3130
echo "$HOME/.foundry/bin" >> $GITHUB_PATH
3231
3332
- name: Install forge-std

0 commit comments

Comments
 (0)