We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1489de2 commit c73f662Copy full SHA for c73f662
.github/workflows/benchmark.yml
@@ -6,6 +6,9 @@ on:
6
- master
7
pull_request:
8
9
+env:
10
+ MINIMUM_NOIR_VERSION: v1.0.0-beta.17
11
+
12
jobs:
13
test:
14
name: Benchmark library
@@ -21,8 +24,8 @@ jobs:
21
24
22
25
- name: Install bb
23
26
run: |
- npm install -g bbup
- 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}}
29
sudo apt install libc++-dev
30
31
- name: Build Noir benchmark programs
0 commit comments