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 8365650 commit 221dcf3Copy full SHA for 221dcf3
.github/workflows/sycl-windows-build.yml
@@ -146,6 +146,7 @@ jobs:
146
- name: check-llvm
147
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
148
run: |
149
+ sleep inf
150
cmake --build build --target check-llvm
151
- name: check-clang
152
if: always() && !cancelled() && contains(inputs.changes, 'clang')
0 commit comments