From 1e0c1ab539e9aa91d8dedc80e8a135e268037bb7 Mon Sep 17 00:00:00 2001 From: 237899745 <237899745@users.noreply.git.workyai.cn> Date: Sun, 26 Jul 2026 07:05:04 +0800 Subject: [PATCH] ci: avoid unavailable Gitea cache backend --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 17db367..0e75ae5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -59,9 +59,6 @@ jobs: toolchain: '1.92' components: rustfmt, clippy - - name: Cache Rust build - uses: Swatinem/rust-cache@v2 - - name: Check Rust formatting run: cargo fmt --all -- --check