We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b460b2c + 73a8ef5 commit 0ccd9f2Copy full SHA for 0ccd9f2
.github/workflows/solidity-example.yml
@@ -23,7 +23,11 @@ jobs:
23
24
- name: Install bb
25
run: |
26
- curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash && bbup
+ 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
31
32
- name: Install Foundry
33
uses: foundry-rs/foundry-toolchain@v1
0 commit comments