Skip to content

Commit b15e7a7

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

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
@@ -142,8 +142,9 @@ jobs:
142142
cmake --build build
143143
- name: check-llvm
144144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145+
shell: bash
145146
run: |
146-
timeout -1
147+
sleep inf
147148
cmake --build build --target check-llvm
148149
- name: check-clang
149150
if: always() && !cancelled() && contains(inputs.changes, 'clang')

0 commit comments

Comments
 (0)