d
All checks were successful
Create Scripts / Build (push) Successful in 43s

This commit is contained in:
椰子 2025-06-27 19:44:10 +08:00
parent b409c9d764
commit 1c0ba9774c

View File

@ -15,7 +15,7 @@ jobs:
prefix-key: v0-rust
hash-short: ${{ (hashFiles('Cargo.lock') | cut -c 1-8) }}
with:
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-${{ env.hash-short }}
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-
${{ env.prefix-key }}-${{ runner.os }}-