update cache paths
Some checks are pending
Cargo / check (push) Successful in 21s
Cargo / build (push) Successful in 1m24s
Cargo / test (push) Has started running

This commit is contained in:
2025-07-18 14:41:39 +01:00
parent 5e5031f2d6
commit 26004e7a68

View File

@ -14,7 +14,10 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: | path: |
$HOME/.cargo/registry ~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }} key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
restore-keys: | restore-keys: |