Skip to content

Commit

Permalink
fix(ci): forge build (#770)
Browse files Browse the repository at this point in the history
* ci: fix foundry nightly

* empty commit
  • Loading branch information
oXtxNt9U authored Nov 19, 2024
1 parent 505828a commit aef58dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
version: nightly

- name: Build
working-directory: contracts
run: |
forge build
- name: Run tests
working-directory: contracts
run: |
Expand Down

0 comments on commit aef58dc

Please sign in to comment.