Skip to content

Commit 8832012

Browse files
committed
fix
1 parent 253e8ef commit 8832012

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/circuits_profile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Install Nargo
15-
uses: noir-lang/[email protected].3
15+
uses: noir-lang/[email protected].4
1616
with:
17-
toolchain: nightly-2024-05-22
17+
toolchain: 1.0.0-beta.17
1818

1919
- name: Run nargo info
2020
run: nargo info --workspace --silence-warnings | tee profiling_info.txt

.github/workflows/contract_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
version: nightly
2525

2626
- name: Install Nargo
27-
uses: noir-lang/[email protected].3
27+
uses: noir-lang/[email protected].4
2828
with:
29-
toolchain: nightly-2024-05-22
29+
toolchain: 1.0.0-beta.17
3030

3131
- name: Run nargo codegen-verifier
3232
run: |

.github/workflows/e2e_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
run: yarn install
3131

3232
- name: Install Nargo
33-
uses: noir-lang/[email protected].3
33+
uses: noir-lang/[email protected].4
3434
with:
35-
toolchain: nightly-2024-05-22
35+
toolchain: 1.0.0-beta.17
3636

3737
- name: Compile Circuit
3838
run: nargo compile --workspace

0 commit comments

Comments
 (0)