Skip to content

Commit

Permalink
chore: ci foundryup
Browse files Browse the repository at this point in the history
  • Loading branch information
parseb committed Sep 27, 2023
1 parent 041e903 commit 7aa276f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:

- name: Install Foundry
run: |
curl -L https://foundry.paradigm.xyz | bash && foundryup
curl -L https://foundry.paradigm.xyz | bash
source /home/runner/.bashrc
foundryup
- name: Run Forge tests
run: forge t
Expand Down

0 comments on commit 7aa276f

Please sign in to comment.