Skip to content

Commit f6f9660

Browse files
committed
fix-sycl-linux-build
1 parent 4fb0c47 commit f6f9660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
cmake --build $GITHUB_WORKSPACE/build --target ${{ inputs.build_target || 'sycl-toolchain' }}
213213
exit 1
214214
- name: check-llvm
215-
if: !cancelled() && contains(inputs.changes, 'llvm')
215+
if: ${{ !cancelled() && contains(inputs.changes, 'llvm') }}
216216
env:
217217
# Can't inline to support possible quotes inside:
218218
BUILD_CONFIGURE_EXTRA_ARGS: ${{ inputs.build_configure_extra_args }}

0 commit comments

Comments
 (0)