Skip to content

Commit 5541f5d

Browse files
committed
fix bbup
1 parent dabccf7 commit 5541f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/with_foundry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747

4848
- name: Use bbup
4949
run: |
50-
bbup -v 0.41.0
50+
bbup
5151
bb --version # or any other bbup command you want to run
5252
shell: bash
5353

5454
- name: Generate verifier contract
5555
run: |
56-
cd circuits && nargo compile && bb write_vk -b ./target/with_foundry.json && bb contract
56+
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)