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 cfa0068 commit dabccf7Copy full SHA for dabccf7
.github/workflows/with_foundry.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Generate verifier contract
55
run: |
56
- nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
+ cd circuits && 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