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 4fb0c47 commit f6f9660Copy full SHA for f6f9660
.github/workflows/sycl-linux-build.yml
@@ -212,7 +212,7 @@ jobs:
212
cmake --build $GITHUB_WORKSPACE/build --target ${{ inputs.build_target || 'sycl-toolchain' }}
213
exit 1
214
- name: check-llvm
215
- if: !cancelled() && contains(inputs.changes, 'llvm')
+ if: ${{ !cancelled() && contains(inputs.changes, 'llvm') }}
216
env:
217
# Can't inline to support possible quotes inside:
218
BUILD_CONFIGURE_EXTRA_ARGS: ${{ inputs.build_configure_extra_args }}
0 commit comments