From 05aa30119e1d9da61a2700d9b8a0e9ef9284310c Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sun, 12 Jan 2025 03:13:59 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BD=BF=E7=94=A8=E6=9C=80=E6=96=B0=20ni?= =?UTF-8?q?ghtly=20=E6=89=A7=E8=A1=8C=20check?= 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 304ded5..89b600f 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 default nightly-2024-04-30 && rustup component add rustfmt clippy + - run: rustup default nightly && rustup component add rustfmt clippy - name: Cache dependencies uses: swatinem/rust-cache@v2