diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 2a761bd..4dcd0fa 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: with: toolchain: stable components: rustfmt, clippy - - name: Cache - uses: https://github.com/Swatinem/rust-cache@v2 - name: "Check Format" run: cargo fmt --check working-directory: backend