Skip to content

Commit 97c2ae0

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

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
@@ -156,7 +156,7 @@ jobs:
156156
shell: bash
157157
run: |
158158
if [[ ${{inputs.compiler}} == 'icx' ]]; then
159-
env LIT_FILTER="!host_tanpi_double_accuracy" cmake --build build --target check-sycl
159+
env LIT_FILTER_OUT="host_tanpi_double_accuracy" cmake --build build --target check-sycl
160160
else
161161
cmake --build build --target check-sycl
162162
fi

0 commit comments

Comments
 (0)