We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e47323 commit 7864329Copy full SHA for 7864329
.github/workflows/sycl-windows-build.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: check-llvm
144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145
run: |
146
- sleep inf
+ timeout -1
147
cmake --build build --target check-llvm
148
- name: check-clang
149
if: always() && !cancelled() && contains(inputs.changes, 'clang')
0 commit comments