We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f8383 commit 76b88deCopy full SHA for 76b88de
1 file changed
.github/workflows/velox_backend_cache.yml
@@ -158,7 +158,7 @@ jobs:
158
path: '${{ env.CCACHE_DIR }}'
159
key: ccache-centos9-cudf-release-shared-${{runner.arch}}-${{github.sha}}
160
restore-keys: |
161
- ccache-centos9-release-shared-${{runner.arch}}
+ ccache-centos9-cudf-release-shared-${{runner.arch}}
162
- name: Build Gluten shared libraries
163
run: |
164
docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:centos-9-jdk8-cudf bash -c "
0 commit comments