Skip to content

Commit 3901ed3

Browse files
committed
maybe
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent def7334 commit 3901ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
shell: bash
143143
run: |
144144
if [[ ${{inputs.compiler}} == 'icx' ]]; then
145-
export LIT_XFAIL="regression/host_tanpi_double_accuracy.cpp"
145+
export LIT_XFAIL="regression\host_tanpi_double_accuracy.cpp"
146146
fi
147147
cmake --build build --target check-sycl
148148
- name: check-sycl-unittests

0 commit comments

Comments
 (0)