Skip to content

Commit

Permalink
Merge pull request #256 from signorecello/zpedro/noir_circuits
Browse files Browse the repository at this point in the history
fix(github actions): pin noir version to 0.26.0
  • Loading branch information
cedoor authored Apr 22, 2024
2 parents 7843c51 + 3b1a663 commit 7d7fb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly
toolchain: 0.26.0

- name: Install dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly
toolchain: 0.26.0

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 7d7fb7e

Please sign in to comment.