Skip to content

Commit

Permalink
replace git submodule with local
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Mar 18, 2024
1 parent 5a40658 commit 851f455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/risc0-ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
run: python ../risc0/.github/cargo_local_patch.py .
working-directory: risc0-ethereum
- name: Local patch on bonsai-foundry-template
run: python ../risc0/.github/cargo_local_patch.py . --exclude-dir=lib
run: |
python ../risc0/.github/cargo_local_patch.py . --exclude-dir=lib
git -c protocol.file.allow=always submodule add --force --name lib/risc0-ethereum ../risc0-ethereum
working-directory: bonsai-foundry-template
# Run Bootstrap-groth16 to update test receipt for checking
# the latest groth16 prover against the solidity verifier on risc0-ethereum
Expand Down

0 comments on commit 851f455

Please sign in to comment.