From 8010404f6226084b0effa328aaf728336b87154d Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 11 Jul 2023 11:59:52 +0800 Subject: [PATCH] ci: fix rustfmt failed --- .github/workflows/rustfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index e5944d5b..be1795d2 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -27,7 +27,7 @@ jobs: with: components: rustfmt - - uses: LoliGothick/rustfmt-check@v0.3.1 + - uses: LoliGothick/rustfmt-check@masters with: token: ${{ github.token }} options: --manifest-path userspace/ksud/Cargo.toml