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 4758f26 commit 51c3417Copy full SHA for 51c3417
.github/workflows/sycl-windows-build.yml
@@ -140,8 +140,9 @@ jobs:
140
cmake --build build --target sycl-toolchain
141
- name: check-llvm
142
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
143
+ shell: bash
144
run: |
- if "${{inputs.compiler}} == 'icx'"
145
+ if [[ ${{inputs.compiler}} == 'icx' ]]; then
146
env LIT_FILTER="SYCL" cmake --build build --target check-llvm
147
else
148
cmake --build build --target check-llvm
0 commit comments