Skip to content

Commit

Permalink
🥑
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcode committed Jan 30, 2024
1 parent aed41ef commit 1774ba7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install deps

- name: Install deps (Foundry)
run: forge install

- name: Install deps (Hardhat)
run: pnpm install

- name: Build
Expand Down

0 comments on commit 1774ba7

Please sign in to comment.