Skip to content

Commit

Permalink
ci(foundry): add forge-std
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Dec 8, 2024
1 parent 2e86f4f commit 3fe2ac6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
version: nightly

- name: Install lcov
run: sudo apt-get update && sudo apt-get install -y lcov

run: sudo apt-get update && sudo apt-get install -y lcov && lcov --version

# we install forge-std as the template does not contain git submodules for a reason
- name: Install Dependencies
run: forge install
run: forge install foundry-rs/forge-std --no-commit && forge install

- name: Build
id: build
Expand Down

0 comments on commit 3fe2ac6

Please sign in to comment.