From 6fc3e9fb8d102adc4a7a47107e7026f0f735f90c Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sat, 1 Jun 2024 01:47:42 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BD=BF=E7=94=A8=E8=BE=83=E4=B9=85?= =?UTF-8?q?=E7=9A=84=20nightly=20=E7=89=88=E6=9C=AC=E4=BB=A5=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E8=AF=AD=E8=A8=80=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d91a1fd..6fb2fe4 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,7 +26,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - run: rustup toolchain install nightly && rustup default nightly && rustup component add rustfmt clippy + - run: rustup default nightly-2024-04-30 && rustup component add rustfmt clippy - name: Cache dependencies uses: swatinem/rust-cache@v2