Skip to content

Commit 76b88de

Browse files
committed
[VL] Fix GH action cache for GPU build
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent 99f8383 commit 76b88de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/velox_backend_cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
path: '${{ env.CCACHE_DIR }}'
159159
key: ccache-centos9-cudf-release-shared-${{runner.arch}}-${{github.sha}}
160160
restore-keys: |
161-
ccache-centos9-release-shared-${{runner.arch}}
161+
ccache-centos9-cudf-release-shared-${{runner.arch}}
162162
- name: Build Gluten shared libraries
163163
run: |
164164
docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:centos-9-jdk8-cudf bash -c "

0 commit comments

Comments
 (0)