We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b046e52 commit d6fde00Copy full SHA for d6fde00
1 file changed
.github/workflows/build_runtime_images.yaml
@@ -69,6 +69,8 @@ jobs:
69
--build-arg FAST_VERSION=$FAST_VERSION
70
71
- name: Cache test data
72
+ # Intel OpenCL does not work in github action
73
+ if: ${{ matrix.opencl != 'intel' }}
74
id: cache-test-dataset
75
uses: actions/cache@v4
76
with:
0 commit comments