Skip to content

Commit 7afc955

Browse files
committed
f
1 parent 2d87c30 commit 7afc955

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
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git clone https://github.com/openvm-org/openvm.git
2929
cd openvm
30-
git checkout ${{ inputs.version }}
30+
git checkout feat/format-verifier
3131
3232
- name: Run openvm setup
3333
run: |
@@ -36,4 +36,4 @@ jobs:
3636
3737
- name: Compare output to version folder
3838
run: |
39-
diff -r ~/.openvm/halo2 src/${{ inputs.version }}
39+
diff -r ~/.openvm/halo2 src/v1.0.1 --exclude=verifier.bytecode.json

0 commit comments

Comments
 (0)