From bd7de5ed06d0918a39c824da4f81ab9001f32d5e Mon Sep 17 00:00:00 2001 From: winderica Date: Wed, 27 Nov 2024 19:56:37 +0800 Subject: [PATCH] Try to fix noir CI issue --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0319acd9..80ca07de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions-rs/toolchain@v1 - uses: noir-lang/noirup@v0.1.3 with: - toolchain: nightly + toolchain: 0.36.0 - name: Download Circom run: | mkdir -p $HOME/bin @@ -120,7 +120,7 @@ jobs: - uses: actions-rs/toolchain@v1 - uses: noir-lang/noirup@v0.1.3 with: - toolchain: nightly + toolchain: 0.36.0 - name: Download Circom run: | mkdir -p $HOME/bin