We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabccf7 commit 5541f5dCopy full SHA for 5541f5d
.github/workflows/with_foundry.yaml
@@ -47,13 +47,13 @@ jobs:
47
48
- name: Use bbup
49
run: |
50
- bbup -v 0.41.0
+ bbup
51
bb --version # or any other bbup command you want to run
52
shell: bash
53
54
- name: Generate verifier contract
55
56
- cd circuits && nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
+ nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
57
working-directory: with-foundry/circuits
58
59
- name: Generate proof
0 commit comments