ci: avoid unavailable Gitea cache backend
Some checks failed
CI / verify (push) Failing after 1m33s

This commit is contained in:
237899745
2026-07-26 07:05:04 +08:00
parent fbc82dfa07
commit 1e0c1ab539

View File

@@ -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