mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
fix test.yml workflow syntax issue 2
This commit is contained in:
parent
360284184e
commit
0cf6ba01ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
|||
- name: Restore Cargo home
|
||||
uses: actions/cache/restore@v4
|
||||
id: cache-cargo-home
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
with:
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
|
@ -60,8 +60,8 @@ jobs:
|
|||
- name: Save Cargo home
|
||||
uses: actions/cache/save@v4
|
||||
id: cache-cargo-home
|
||||
key: ${{ steps.cache-cargo-home.outputs.cache-primary-key }}
|
||||
with:
|
||||
key: ${{ steps.cache-cargo-home.outputs.cache-primary-key }}
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
|
|
Loading…
Reference in a new issue