From 6abb8bd7c0ee7746f0b6cf682a0c4d112a2ef6a3 Mon Sep 17 00:00:00 2001 From: LoGin Date: Mon, 9 Oct 2023 01:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8github=20workflow=E7=9A=84=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E9=93=BE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0rust-src=E7=BB=84=E4=BB=B6=20(#400)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cache-toolchain.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cache-toolchain.yml b/.github/workflows/cache-toolchain.yml index e783c8dda..18981633c 100644 --- a/.github/workflows/cache-toolchain.yml +++ b/.github/workflows/cache-toolchain.yml @@ -52,6 +52,8 @@ jobs: rustup component add llvm-tools-preview rustup target add x86_64-unknown-none rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu + rustup component add rust-src --toolchain nightly-2023-01-21-x86_64-unknown-linux-gnu + rustup component add rust-src --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu rustup component add rustfmt rustup component add rustfmt --toolchain nightly-2023-01-21-x86_64-unknown-linux-gnu rustup component add rustfmt --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu