From 0a756e48b8a8ba9d3fa7823f029be8fca5bef796 Mon Sep 17 00:00:00 2001 From: Nugine Date: Sat, 22 Feb 2025 15:31:22 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 646201356..358e78280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,8 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - + shared-key: "develop" + - name: Format run: cargo fmt --all --check