From ee7ee4b883eb3dd2176529f38f646ab936ba076f Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 12 Apr 2024 22:17:24 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BD=BF=E7=94=A8=20nightly=20=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=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 b806d79..d91a1fd 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 && rustup default nightly + - run: rustup toolchain install nightly && rustup default nightly && rustup component add rustfmt clippy - name: Cache dependencies uses: swatinem/rust-cache@v2