Update pake-cli.yaml

Signed-off-by: Tlntin <TlntinDeng01@Gmail.com>
This commit is contained in:
Tlntin
2023-04-18 20:12:49 +08:00
committed by GitHub
parent 0ddcda19af
commit b59f7ab3fe

View File

@@ -111,6 +111,7 @@ jobs:
- name: rust cache restore
uses: actions/cache/restore@v3
id: cache_store
with:
path: |
~/.cargo/bin/
@@ -145,6 +146,7 @@ jobs:
- name: rust cache store
uses: actions/cache/save@v3
if: step.cache_store.outputs.cache-hit != 'true'
with:
path: |
~/.cargo/bin/