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 1122961 commit 6533ec5Copy full SHA for 6533ec5
.github/workflows/sycl-windows-build.yml
@@ -144,9 +144,11 @@ jobs:
144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145
run: |
146
cmake --build build --target check-llvm
147
+ sleep inf
148
- name: check-clang
149
if: always() && !cancelled() && contains(inputs.changes, 'clang')
150
151
152
cmake --build build --target check-clang
153
- name: check-sycl
154
if: always() && !cancelled() && contains(inputs.changes, 'sycl')
0 commit comments