From b59f7ab3fe5fcebb11c70bebc654b265be9add67 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Tue, 18 Apr 2023 20:12:49 +0800 Subject: [PATCH] Update pake-cli.yaml Signed-off-by: Tlntin --- .github/workflows/pake-cli.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index d2c4b96..6e2450f 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -111,6 +111,7 @@ jobs: - name: rust cache restore uses: actions/cache/restore@v3 + id: cache_store with: path: | ~/.cargo/bin/ @@ -145,6 +146,7 @@ jobs: - name: rust cache store uses: actions/cache/save@v3 + if: step.cache_store.outputs.cache-hit != 'true' with: path: | ~/.cargo/bin/