Skip to content

Commit 6533ec5

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@ jobs:
144144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145145
run: |
146146
cmake --build build --target check-llvm
147+
sleep inf
147148
- name: check-clang
148149
if: always() && !cancelled() && contains(inputs.changes, 'clang')
149150
run: |
151+
sleep inf
150152
cmake --build build --target check-clang
151153
- name: check-sycl
152154
if: always() && !cancelled() && contains(inputs.changes, 'sycl')

0 commit comments

Comments
 (0)