Skip to content

Commit

Permalink
fix test.yml workflow syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 17, 2024
1 parent a6300e6 commit 3602841
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 3602841

Please sign in to comment.