diff --git a/.github/workflows/with_foundry.yaml b/.github/workflows/with_foundry.yaml index 820d0dc..c2e0c40 100644 --- a/.github/workflows/with_foundry.yaml +++ b/.github/workflows/with_foundry.yaml @@ -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