Skip to content

Commit

Permalink
🥑 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcode committed Jan 30, 2024
1 parent f3ba2b6 commit aed41ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

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

- name: Install deps
run: pnpm install

Expand Down

0 comments on commit aed41ef

Please sign in to comment.