Skip to content

Commit

Permalink
try 63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 21, 2024
1 parent de34b8d commit 307fcef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/with_foundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ jobs:
run: |
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
echo "PATH=$PATH:/home/runner/.bb" >> ~/.bashrc
source ~/.bashrc
shell: bash

- name: Use bbup
run: |
bbup
bbup -v 0.63.1
shell: bash

- name: Generate verifier contract
Expand Down

0 comments on commit 307fcef

Please sign in to comment.