Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
37ng committed Apr 5, 2024
1 parent 81e6e79 commit 93c7e1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
run: rustup update

- name: Install Foundry
run: curl -L https://foundry.paradigm.xyz | bash
run: |
curl -L https://foundry.paradigm.xyz | bash
source /home/runner/.bashrc
foundryup
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 93c7e1c

Please sign in to comment.