Skip to content

Commit

Permalink
Do not build contracts when syncing Suave.sol (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Mar 1, 2024
1 parent 504b9c5 commit d6db188
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/suave-lib-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,8 @@ 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: |
forge build
go run ./tools/forge-gen/main.go --apply
git add ./src/forge/Registry.sol
Expand Down

0 comments on commit d6db188

Please sign in to comment.