From 00bcb210a0d33ec9d32e50edcc0466a835d5b7b9 Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Thu, 16 Mar 2023 12:11:46 +0200 Subject: [PATCH] fix(ci): downgrade nightly to `2023-03-14` (#1790) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a171f117..d56f7da79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,9 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - name: Install toolchain - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@master with: + toolchain: nightly-2023-03-14 components: rustfmt, clippy - uses: Swatinem/rust-cache@v2 with: