Skip to content

Commit 87464cb

Browse files
authored
new loc (#96)
1 parent ecb88c2 commit 87464cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/recursion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install bb
2828
run: |
29-
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
29+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
3030
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
3131
3232
- name: Run bbup

.github/workflows/solidity-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Install bb
3535
run: |
36-
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
36+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
3737
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
3838
3939
- name: Run bbup

.github/workflows/web-starter-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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
26+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
2727
echo "PATH=$PATH:/home/runner/.bb" >> $GITHUB_ENV
2828
2929
- name: Run bbup

0 commit comments

Comments
 (0)