mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-25 04:20:22 +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: |
|
path: |
|
||||||
result/himalaya.tgz
|
result/himalaya.tgz
|
||||||
result/himalaya.zip
|
result/himalaya.zip
|
||||||
- name: Save Cargo home
|
- name: Save Cargo home
|
||||||
id: cache-cargo-home
|
uses: actions/cache/save@v4
|
||||||
uses: actions/cache/save@v4
|
id: cache-cargo-home
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.cargo/bin/
|
|
||||||
~/.cargo/registry/index/
|
|
||||||
~/.cargo/registry/cache/
|
|
||||||
~/.cargo/git/db/
|
|
||||||
key: ${{ steps.cache-cargo-home.outputs.cache-primary-key }}
|
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