Skip to content

Commit a2a7073

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 76b7d3a commit a2a7073

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
@@ -153,10 +153,11 @@ jobs:
153153
cmake --build build --target check-clang
154154
- name: check-sycl
155155
if: always() && !cancelled() && contains(inputs.changes, 'sycl')
156+
shell: bash
156157
run: |
157158
if [[ ${{inputs.compiler}} == 'icx' ]]; then
158159
env LIT_FILTER="!host_tanpi_double_accuracy" cmake --build build --target check-sycl
159-
else
160+
else
160161
cmake --build build --target check-sycl
161162
fi
162163
- name: check-sycl-unittests

0 commit comments

Comments
 (0)