Skip to content

Commit 307fcef

Browse files
committed
try 63.1
1 parent de34b8d commit 307fcef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/with_foundry.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ jobs:
4343
run: |
4444
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
4545
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
46-
echo "PATH=$PATH:/home/runner/.bb" >> ~/.bashrc
47-
source ~/.bashrc
4846
shell: bash
4947

5048
- name: Use bbup
5149
run: |
52-
bbup
50+
bbup -v 0.63.1
5351
shell: bash
5452

5553
- name: Generate verifier contract

0 commit comments

Comments
 (0)