Merge pull request #394 from Tlntin/master

Resolve warnings for actions cache.
This commit is contained in:
Tlntin
2023-04-18 21:31:51 +08:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

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: steps.cache_store.outputs.cache-hit != 'true'
with:
path: |
~/.cargo/bin/

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/