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 de34b8d commit 307fcefCopy full SHA for 307fcef
.github/workflows/with_foundry.yaml
@@ -43,13 +43,11 @@ jobs:
43
run: |
44
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
45
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
46
- echo "PATH=$PATH:/home/runner/.bb" >> ~/.bashrc
47
- source ~/.bashrc
48
shell: bash
49
50
- name: Use bbup
51
52
- bbup
+ bbup -v 0.63.1
53
54
55
- name: Generate verifier contract
0 commit comments