Skip to content

Commit dabccf7

Browse files
committed
try fix
1 parent cfa0068 commit dabccf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/with_foundry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Generate verifier contract
5555
run: |
56-
nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
56+
cd circuits && nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
5757
working-directory: with-foundry/circuits
5858

5959
- name: Generate proof

0 commit comments

Comments
 (0)