fix test.yml workflow syntax issue 2

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

View file

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