Skip to content

Commit c73f662

Browse files
committed
fix
1 parent 1489de2 commit c73f662

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 2 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: v1.0.0-beta.17
11+
912
jobs:
1013
test:
1114
name: Benchmark library
@@ -21,8 +24,8 @@ jobs:
2124

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

0 commit comments

Comments
 (0)