Skip to content

Commit

Permalink
fix test.yml workflow syntax issue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 17, 2024
1 parent 0cf6ba0 commit 6b2e018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
extraPullNames: nix-community
- name: Restore Cargo home
uses: actions/cache/restore@v4
id: cache-cargo-home
id: cache-cargo-restore
with:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
path: |
Expand All @@ -59,9 +59,9 @@ jobs:
result/himalaya.zip
- name: Save Cargo home
uses: actions/cache/save@v4
id: cache-cargo-home
id: cache-cargo-save
with:
key: ${{ steps.cache-cargo-home.outputs.cache-primary-key }}
key: ${{ steps.cache-cargo-restore.outputs.cache-primary-key }}
path: |
~/.cargo/bin/
~/.cargo/registry/index/
Expand Down

0 comments on commit 6b2e018

Please sign in to comment.