Skip to content

Commit

Permalink
Upd action to install foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
LikoIlya committed Dec 20, 2024
1 parent 5b69f79 commit 72f1514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@airdao'
cache: 'yarn'
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn compile
Expand Down

0 comments on commit 72f1514

Please sign in to comment.