Skip to content

Commit e3d3d5d

Browse files
committed
Fixed syntax error
1 parent 9a0c6be commit e3d3d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_runtime_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Test docker image
7979
# Intel OpenCL does not work in github action
80-
if: ${{ matrix.opencl != "intel" }}
80+
if: ${{ matrix.opencl != 'intel' }}
8181
run: |
8282
if [ "${{ matrix.opencl }}" = "intel" ]; then
8383
docker run --rm -v ~/FAST/data/:/root/FAST/data/ --device=/dev/dri $IMAGE_NAME

0 commit comments

Comments
 (0)