update cache paths
Some checks failed
Cargo / build (push) Successful in 45s
Cargo / check (push) Successful in 1m0s
Cargo / test (push) Has been cancelled

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

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: |
@ -35,7 +38,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-check-target-${{ hashFiles('**/Cargo.toml') }} key: ${{ runner.os }}-cargo-check-target-${{ hashFiles('**/Cargo.toml') }}
restore-keys: | restore-keys: |