fix test.yml workflow syntax issue

This commit is contained in:
Clément DOUIN 2024-09-17 08:03:12 +02:00
parent a6300e6498
commit 360284184e
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -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/