From 8d8218d515a4d0a1c3ae2b9b36bbe1985d18eb7c Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 12 Apr 2024 20:39:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20nightly=20=E8=BF=9B=E8=A1=8C=E6=A3=80=E6=9F=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 e007f46..b806d79 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 --profile minimal + - run: rustup toolchain install nightly --profile minimal && rustup default nightly - name: Cache dependencies uses: swatinem/rust-cache@v2