Skip to content

Commit

Permalink
fix(github actions): pin noir version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Apr 22, 2024
1 parent 39b1a51 commit 3b1a663
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 3b1a663

Please sign in to comment.