We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49a395 commit 979cb5fCopy full SHA for 979cb5f
.github/workflows/foundry-voting.yml
@@ -21,10 +21,16 @@ jobs:
21
with:
22
toolchain: stable
23
24
- - name: Install BB
25
- uses: AztecProtocol/aztec-packages/tree/master/barretenberg/bbup
26
- with:
27
- 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
28
+ shell: bash
29
+
30
+ - name: Use bbup
31
32
+ bbup
33
34
35
- name: Install Bun
36
uses: oven-sh/setup-bun@v1
0 commit comments