caching increase

should increase the amount being cached hopefully increasing speed
This commit is contained in:
OMGeeky
2023-04-03 17:47:16 +02:00
committed by GitHub
parent d4e67f86aa
commit b9e349b07d

View File

@@ -30,8 +30,7 @@ jobs:
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/registry/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}