We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0c6be commit e3d3d5dCopy full SHA for e3d3d5d
.github/workflows/build_runtime_images.yaml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Test docker image
79
# Intel OpenCL does not work in github action
80
- if: ${{ matrix.opencl != "intel" }}
+ if: ${{ matrix.opencl != 'intel' }}
81
run: |
82
if [ "${{ matrix.opencl }}" = "intel" ]; then
83
docker run --rm -v ~/FAST/data/:/root/FAST/data/ --device=/dev/dri $IMAGE_NAME
0 commit comments