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