From da23fb116b934925f8a5cf37c2f1f092452fdc4d Mon Sep 17 00:00:00 2001 From: BGluth Date: Mon, 28 Nov 2022 17:47:31 -0700 Subject: [PATCH] Set CI to use an older version of nightly - Needed until https://github.com/rust-lang/rust/issues/105037 is fixed. --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index d929acd9..48848b73 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2022-11-23 override: true - name: rust-cache @@ -60,7 +60,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2022-11-23 override: true components: rustfmt, clippy