Skip to content

Commit 0ccd9f2

Browse files
authored
Merge branch 'master' into jc/update-solidity-example
2 parents b460b2c + 73a8ef5 commit 0ccd9f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/solidity-example.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323

2424
- name: Install bb
2525
run: |
26-
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash && bbup
26+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
27+
28+
-name: Run bbup
29+
run: |
30+
bbup
2731
2832
- name: Install Foundry
2933
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)