Skip to content

Commit

Permalink
fix: Add foundry installation to the CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
donosonaumczuk committed Dec 18, 2024
1 parent 96c2fe9 commit ff8de5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install Dependencies
run: yarn
- name: Compile Project
Expand Down

0 comments on commit ff8de5a

Please sign in to comment.