From aa83a9e9106b751da142e2d2af9014487fc4f8d9 Mon Sep 17 00:00:00 2001 From: Roelof van Dijk <3604013+roelofvandijk@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:00:04 +0200 Subject: [PATCH] ci: fix gpuocelot build cache (#1474) Co-authored-by: Roelof van Dijk --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 711635d7a4..95a17a974c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -235,10 +235,8 @@ jobs: env: cache-name: cache-gpuocelot-build with: - path: ${{ github.workspace }}/gpuocelot/ocelot/ + path: ${{ github.workspace }}/gpuocelot/ocelot key: ubuntu22.04-gpuocelot-19626fc00b6ee321638c3111074269c69050e091 - restore-keys: | - ubuntu22.04-gpuocelot-19626fc00b6ee321638c3111074269c69050e091 - name: Clone/compile gpuocelot if: matrix.backend == 'cuda' && steps.cache-build.outputs.cache-hit != 'true' run: |