From 6bd575d153317032369217cbc8d8145d70fdca46 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Thu, 6 Jul 2023 11:28:42 -0400 Subject: [PATCH] Fix nightly version in CI --- .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 93049385..ce56da6c 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-2023-06-30 override: true - name: rust-cache @@ -62,7 +62,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2023-06-30 override: true components: rustfmt, clippy