2
.github/workflows/pake-cli.yaml
vendored
2
.github/workflows/pake-cli.yaml
vendored
@@ -111,6 +111,7 @@ jobs:
|
|||||||
|
|
||||||
- name: rust cache restore
|
- name: rust cache restore
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
|
id: cache_store
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/
|
~/.cargo/bin/
|
||||||
@@ -145,6 +146,7 @@ jobs:
|
|||||||
|
|
||||||
- name: rust cache store
|
- name: rust cache store
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
|
if: step.cache_store.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/
|
~/.cargo/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user