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: |