Skip to content

Commit

Permalink
Fix suave sync forge not found (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Mar 2, 2024
1 parent aeff1df commit b6b6b80
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 b6b6b80

Please sign in to comment.