We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a8ef5 commit 4647733Copy full SHA for 4647733
.github/workflows/solidity-example.yml
@@ -23,15 +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
27
- mkdir -p $HOME/.bbup/bin
28
- curl -L https://github.com/AztecProtocol/aztec-packages/releases/download/bb-v0.1.0/bb -o $HOME/.bbup/bin/bb
29
- chmod +x $HOME/.bbup/bin/bb
30
- echo "$HOME/.bbup/bin" >> $GITHUB_PATH
31
-
32
- - name: Run bbup
+ curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
+
+ -name: Run bbup
33
34
- $HOME/.bbup/bin/bb --version
+ bbup
35
36
- name: Install Foundry
37
uses: foundry-rs/foundry-toolchain@v1
0 commit comments