g
Some checks failed
Create Scripts / Build (push) Failing after 11s

This commit is contained in:
椰子 2025-06-27 19:31:01 +08:00
parent 285203e62a
commit 33b78db6f2

View File

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