From a1b977c90cc832d06f644a4d3ef1c7bce858b801 Mon Sep 17 00:00:00 2001 From: Mikhail Grachev Date: Tue, 29 Mar 2022 12:40:35 +0300 Subject: [PATCH] ci: return to nightly builds Signed-off-by: Mikhail Grachev --- .github/actions/run-fixtures-test/action.yml | 2 +- .github/workflows/ci.yml | 6 +++--- rust-toolchain.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/run-fixtures-test/action.yml b/.github/actions/run-fixtures-test/action.yml index af396a6db9..3d72daff1d 100644 --- a/.github/actions/run-fixtures-test/action.yml +++ b/.github/actions/run-fixtures-test/action.yml @@ -17,7 +17,7 @@ runs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-03-22 + toolchain: nightly override: true - name: Install git-cliff diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815170a72f..f78d257bf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-03-22 + toolchain: nightly override: true - name: Checkout if: github.event_name != 'pull_request' @@ -68,7 +68,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-22 + toolchain: nightly profile: minimal components: clippy override: true @@ -87,7 +87,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-22 + toolchain: nightly profile: minimal components: rustfmt override: true diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 02ddb5d1dc..5d56faf9ae 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2022-03-22" +channel = "nightly"