Skip to content

Commit 4647733

Browse files
authored
Update solidity-example.yml
1 parent 73a8ef5 commit 4647733

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/solidity-example.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +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
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
26+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
27+
28+
-name: Run bbup
3329
run: |
34-
$HOME/.bbup/bin/bb --version
30+
bbup
3531
3632
- name: Install Foundry
3733
uses: foundry-rs/foundry-toolchain@v1

0 commit comments

Comments
 (0)