Skip to content

Commit

Permalink
chore: install foundry dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Apr 18, 2024
1 parent 49e9e5d commit c329539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
with:
registry-token: ${{ secrets.GH_REGISTRY_ACCESS_TOKEN }}

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install foundry dependencies
run: forge install

- name: Compile foundry
run: yarn compile --sizes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
registry-token: ${{ secrets.GH_REGISTRY_ACCESS_TOKEN }}

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install foundry dependencies
run: forge install

- name: Compile foundry
run: yarn compile --sizes
Expand Down

0 comments on commit c329539

Please sign in to comment.