Skip to content

Commit b334fd9

Browse files
committed
fix
1 parent 1489de2 commit b334fd9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 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: v1.0.0-beta.17
11+
912
jobs:
1013
test:
1114
name: Benchmark library
@@ -15,15 +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:
2023
toolchain: ${{ env.MINIMUM_NOIR_VERSION }}
2124

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

0 commit comments

Comments
 (0)