Skip to content

Commit

Permalink
add foundry to web workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Apr 1, 2024
1 parent f24c7f2 commit 8160a66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
path: node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install module dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 8160a66

Please sign in to comment.