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