From b866dff0926c75c44119646e82138e84f410e02e Mon Sep 17 00:00:00 2001 From: Qiwei Yang Date: Fri, 12 Jul 2024 19:54:13 +0800 Subject: [PATCH] fix name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eaf8859..20556f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: with: components: rustfmt - name: Check rust format - run: cargo +nightly fmt --all --manifest-path Utils/Sources/Bandersnatch/Cargo.toml -- --check + run: cargo +nightly fmt --all --manifest-path Utils/Sources/bandersnatch/Cargo.toml -- --check - name: Build run: make build - name: Test