Skip to content

Commit

Permalink
ci: install foundry deps in coverage check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 4, 2023
1 parent 76e9d74 commit 08470f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
version: nightly-96ab9131e6735df35aca0249968c7d339590de20

- name: Forge install
working-directory: packages/contracts
run: forge install

- name: Install dependencies
run: sudo apt-get install lcov

Expand Down

0 comments on commit 08470f4

Please sign in to comment.