Skip to content

Commit

Permalink
Try to fix noir CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
winderica committed Nov 27, 2024
1 parent cb25ec8 commit bd7de5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions-rs/toolchain@v1
- uses: noir-lang/[email protected]
with:
toolchain: nightly
toolchain: 0.36.0
- name: Download Circom
run: |
mkdir -p $HOME/bin
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: actions-rs/toolchain@v1
- uses: noir-lang/[email protected]
with:
toolchain: nightly
toolchain: 0.36.0
- name: Download Circom
run: |
mkdir -p $HOME/bin
Expand Down

0 comments on commit bd7de5e

Please sign in to comment.