mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
fix test.yml workflow syntax issue
This commit is contained in:
parent
a6300e6498
commit
360284184e
1 changed files with 9 additions and 9 deletions
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
|
@ -57,13 +57,13 @@ jobs:
|
|||
path: |
|
||||
result/himalaya.tgz
|
||||
result/himalaya.zip
|
||||
- name: Save Cargo home
|
||||
id: cache-cargo-home
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
- name: Save Cargo home
|
||||
uses: actions/cache/save@v4
|
||||
id: cache-cargo-home
|
||||
key: ${{ steps.cache-cargo-home.outputs.cache-primary-key }}
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
|
|
Loading…
Reference in a new issue