Try removing git db

This commit is contained in:
Gregory Schier
2024-06-08 20:44:58 -07:00
parent 595a92c324
commit 2c060e5769

View File

@@ -36,7 +36,6 @@ jobs:
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-