From 2acac0d558739729c5637c43326de6b84fb0c237 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 25 Mar 2022 09:41:01 +0100 Subject: [PATCH] CI: Force the rustc nightly version to fix issue 3305 --- .github/workflows/CICD.yml | 4 ++-- .github/workflows/GnuTests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 74f1d8ce0..6623686b2 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -67,7 +67,7 @@ jobs: - name: Install `rust` toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2022-03-21 default: true profile: minimal - name: Install `cargo-udeps` @@ -483,7 +483,7 @@ jobs: - name: Install `rust` toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2022-03-21 default: true profile: minimal # minimal component installation (ie, no documentation) - name: Test diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 1f24f3045..fbd6f4c0f 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -218,7 +218,7 @@ jobs: - name: Install `rust` toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2022-03-21 default: true profile: minimal # minimal component installation (ie, no documentation) components: rustfmt