Update pake_build_with_cache.yaml

Signed-off-by: Tlntin <TlntinDeng01@Gmail.com>
This commit is contained in:
Tlntin
2023-04-18 21:30:34 +08:00
committed by GitHub
parent 333bf0c380
commit 3690bff3b2

View File

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