From a0f2528067bc660715fa2403c268d27b45f66652 Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Wed, 8 Jan 2025 21:21:13 +0000 Subject: [PATCH] Try commenting out restore-keys Signed-off-by: Ben Howe --- .github/actions/get-cudaq-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-cudaq-build/action.yaml b/.github/actions/get-cudaq-build/action.yaml index c28ba2a..a168f7b 100644 --- a/.github/actions/get-cudaq-build/action.yaml +++ b/.github/actions/get-cudaq-build/action.yaml @@ -62,7 +62,7 @@ runs: fail-on-cache-miss: false path: /cudaq-install key: ${{ steps.cudaq-build-key.outputs.main }}${{ steps.cudaq-build-key.outputs.pr }} - restore-keys: ${{ steps.cudaq-build-key.outputs.main }} + #restore-keys: ${{ steps.cudaq-build-key.outputs.main }} lookup-only: ${{ inputs.lookup-only }} # The restore action could find a partial match using the `restore-keys`. In such cases