diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index b743639..5795ac0 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -22,9 +22,6 @@ jobs: components: rustfmt, clippy - name: Cache uses: https://github.com/Swatinem/rust-cache@v2 - with: - # Don't cache ~/.cargo/bin since we restore the cache after we install things there - cache-bin: "false" - name: "Check Format" run: cargo fmt --check - name: "Build"