Skip to content

Commit

Permalink
add to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz committed Sep 19, 2024
1 parent 704a443 commit 277b643
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies and compile contracts
run: |
yarn install --immutable --immutable-cache
yarn compile
run: yarn install --immutable --immutable-cache

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

- name: Compile
run: yarn compile

- name: Release
env:
Expand Down

0 comments on commit 277b643

Please sign in to comment.