Skip to content

Commit

Permalink
Fix suave sync forge not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Mar 2, 2024
1 parent aeff1df commit 8d39dd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/suave-lib-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
git add ./src/suavelib/Suave.sol
rm -rf suave-geth
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Regenerate Forge registry
run: |
go run ./tools/forge-gen/main.go --apply
Expand Down

0 comments on commit 8d39dd3

Please sign in to comment.