Skip to content

Commit 3b3d9df

Browse files
committed
chore: update workflow
1 parent 7379d6c commit 3b3d9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/consistency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run openvm setup
5555
run: |
5656
cd openvm/crates
57-
cargo run --bin cargo-openvm openvm setup
57+
cargo run --bin cargo-openvm openvm setup --evm
5858
5959
- name: Install Foundry
6060
uses: foundry-rs/foundry-toolchain@v1
@@ -66,4 +66,4 @@ jobs:
6666
- name: Compare compiled bytecode in repo to verifier.bytecode.json
6767
run: |
6868
forge build --force
69-
diff <(jq -r '.bytecode.object | ltrimstr("0x")' out/OpenVmHalo2Verifier.sol/OpenVmHalo2Verifier.json) <(jq -r '.bytecode | ltrimstr("0x")' ~/.openvm/halo2/src/${TRUNC_VERSION}/verifier.bytecode.json)
69+
diff <(jq -r '.bytecode.object | ltrimstr("0x")' out/${TRUNC_VERSION}/OpenVmHalo2Verifier.sol/OpenVmHalo2Verifier.json) <(jq -r '.bytecode | ltrimstr("0x")' ~/.openvm/halo2/src/${TRUNC_VERSION}/verifier.bytecode.json)

0 commit comments

Comments
 (0)