fix(workflow): cache key hash
This commit is contained in:
parent
c5338a5961
commit
3cb5e208f9
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
frontend/node_modules/
|
||||
target/
|
||||
node_modules/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.lock', '~/.cargo/bin/trunk', './frontend/package-lock.json') }}
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.lock', './frontend/package-lock.json') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-wordl
|
||||
|
||||
- name: install rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user