Skip to content

Commit 5430a49

Browse files
committed
chore(ci): bump Noir version
1 parent fffdb3f commit 5430a49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
toolchain: [1.0.0-beta.4]
15+
toolchain: [1.0.0-beta.4, 1.0.0-beta.10]
1616
steps:
1717
- name: Checkout sources
1818
uses: actions/checkout@v4
1919

2020
- name: Install Nargo
21-
uses: noir-lang/[email protected].3
21+
uses: noir-lang/[email protected].4
2222
with:
2323
toolchain: ${{ matrix.toolchain }}
2424

@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Nargo
3535
uses: noir-lang/[email protected]
3636
with:
37-
toolchain: 1.0.0-beta.4
37+
toolchain: 1.0.0-beta.10
3838

3939
- name: Run formatter
4040
run: nargo fmt --check

0 commit comments

Comments
 (0)