From 6b2e018ea3eb1da50639cd09a3be8f51467f82ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Tue, 17 Sep 2024 08:08:36 +0200 Subject: [PATCH] fix test.yml workflow syntax issue 3 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ea93b2..6473855 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | @@ -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/