From 3df040d2c10f4e2fc82167d2e14d59ace055555f Mon Sep 17 00:00:00 2001 From: capossele Date: Mon, 18 Mar 2024 11:00:59 +0000 Subject: [PATCH] fix --- .github/workflows/risc0-ethereum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/risc0-ethereum.yml b/.github/workflows/risc0-ethereum.yml index 2cad5ace3e..947fb41858 100644 --- a/.github/workflows/risc0-ethereum.yml +++ b/.github/workflows/risc0-ethereum.yml @@ -122,7 +122,7 @@ jobs: - name: Local patch on bonsai-foundry-template 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 + git -c protocol.file.allow=always submodule add --force --name lib/risc0-ethereum ../risc0-ethereum lib/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