Skip to content

Commit 738402a

Browse files
committed
Update nargo and bb installations
1 parent 39e365b commit 738402a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
pull_request:
88

9+
env:
10+
MINIMUM_NOIR_VERSION: 1.0.0-beta.11
11+
912
jobs:
1013
test:
1114
name: Benchmark library
@@ -15,14 +18,14 @@ jobs:
1518
uses: actions/checkout@v4
1619

1720
- name: Install Nargo
18-
uses: noir-lang/[email protected].3
21+
uses: noir-lang/[email protected].4
1922
with:
20-
toolchain: 0.36.0
23+
toolchain: ${{env.MINIMUM_NOIR_VERSION}}
2124

2225
- name: Install bb
2326
run: |
24-
npm install -g bbup
25-
bbup -nv 0.36.0
27+
curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
28+
bbup -nv ${{env.MINIMUM_NOIR_VERSION}}
2629
sudo apt install libc++-dev
2730
2831
- name: Build Noir benchmark programs

0 commit comments

Comments
 (0)