diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 5795ac0..b743639 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -22,6 +22,9 @@ 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"