Skip to content

Commit

Permalink
fix bbup
Browse files Browse the repository at this point in the history
critesjosh committed Dec 21, 2024
1 parent dabccf7 commit 5541f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/with_foundry.yaml
Original file line number Diff line number Diff line change
@@ -47,13 +47,13 @@ jobs:

- name: Use bbup
run: |
bbup -v 0.41.0
bbup
bb --version # or any other bbup command you want to run
shell: bash

- name: Generate verifier contract
run: |
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
working-directory: with-foundry/circuits

- name: Generate proof

0 comments on commit 5541f5d

Please sign in to comment.