Skip to content

Commit

Permalink
install foundry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
37ng committed Apr 5, 2024
1 parent f2de811 commit 81e6e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Update rust toolchain from rust-toolchain file
run: rustup update

- name: Install Foundry
run: curl -L https://foundry.paradigm.xyz | bash

- uses: Swatinem/rust-cache@v2
with:
workspaces: |
Expand Down

0 comments on commit 81e6e79

Please sign in to comment.