From 047312e0e50f78277d00ac3812cb56b401134664 Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 11 Jul 2023 12:12:53 +0800 Subject: [PATCH] ci: fix rustfmt failed duplicated toml --- .github/workflows/rustfmt.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 84e00fc5..f1b79e1e 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -29,5 +29,4 @@ jobs: - uses: LoliGothick/rustfmt-check@master with: - token: ${{ github.token }} - options: --manifest-path userspace/ksud/Cargo.toml + token: ${{ github.token }} \ No newline at end of file