Skip to content

Commit

Permalink
Update foundry-voting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Mar 6, 2025
1 parent e49a395 commit 979cb5f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/foundry-voting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ jobs:
with:
toolchain: stable

- name: Install BB
uses: AztecProtocol/aztec-packages/tree/master/barretenberg/bbup
with:
toolchain: stable
- name: Install bb
run: |
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
shell: bash

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

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit 979cb5f

Please sign in to comment.