Skip to content

Commit 51c3417

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 4758f26 commit 51c3417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ jobs:
140140
cmake --build build --target sycl-toolchain
141141
- name: check-llvm
142142
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
143+
shell: bash
143144
run: |
144-
if "${{inputs.compiler}} == 'icx'"
145+
if [[ ${{inputs.compiler}} == 'icx' ]]; then
145146
env LIT_FILTER="SYCL" cmake --build build --target check-llvm
146147
else
147148
cmake --build build --target check-llvm

0 commit comments

Comments
 (0)