From f77e84d1db3056003e98e0320d7050fd969b3b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Sporny?= <404@rspo.dev> Date: Tue, 26 Nov 2024 19:24:54 +0100 Subject: [PATCH] ci: fix manifest path --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58885e9..0e16911 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,3 +51,5 @@ jobs: components: rustfmt - name: Rustfmt Check uses: actions-rust-lang/rustfmt@v1 + with: + manifest-path: ./backend/Cargo.toml