fix key
All checks were successful
Cargo / check (push) Successful in 1m56s
Cargo / test (push) Successful in 3m10s
Cargo / build (push) Successful in 3m17s

This commit is contained in:
2025-07-18 14:04:02 +01:00
parent ccb913b9ef
commit 29c23e9f9c

View File

@ -16,7 +16,7 @@ jobs:
path: | path: |
~/.cargo ~/.cargo
target target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }} key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.toml') }}
restore-keys: | restore-keys: |
${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.toml') }} ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.toml') }}
${{ runner.os }}-cargo-target ${{ runner.os }}-cargo-target