This commit is contained in:
parent
faa6acac6f
commit
b409c9d764
@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
prefix-key: v0-rust
|
prefix-key: v0-rust
|
||||||
hash-short: $( $${{ hashFiles('Cargo.lock') }} | cut -c 1-8 )
|
hash-short: ${{ (hashFiles('Cargo.lock') | cut -c 1-8) }}
|
||||||
with:
|
with:
|
||||||
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-${{ env.hash-short }}
|
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-${{ env.hash-short }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
|
Loading…
Reference in New Issue
Block a user