Skip to content

Commit

Permalink
Change CI version to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jun 18, 2024
1 parent b853434 commit 7b5f64c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/circuits_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: nightly-2024-06-17
toolchain: 0.31.0

- name: Compile Circuit
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circuits_profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: nightly-2024-06-17
toolchain: 0.31.0

- name: Run nargo info
run: nargo info --workspace --silence-warnings | tee profiling_info.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circuits_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: nightly-2024-06-17
toolchain: 0.31.0

- name: Run nargo test
run: nargo test --workspace
2 changes: 1 addition & 1 deletion .github/workflows/contract_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: nightly-2024-06-17
toolchain: 0.31.0

- name: Run nargo codegen-verifier
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: nightly-2024-06-17
toolchain: 0.31.0

- name: Compile Circuit
run: nargo compile --workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: nightly-2024-06-17
toolchain: 0.31.0

- name: Run nargo format check
run: nargo fmt --check

0 comments on commit 7b5f64c

Please sign in to comment.