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 7864329 commit b15e7a7Copy full SHA for b15e7a7
.github/workflows/sycl-windows-build.yml
@@ -142,8 +142,9 @@ jobs:
142
cmake --build build
143
- name: check-llvm
144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145
+ shell: bash
146
run: |
- timeout -1
147
+ sleep inf
148
cmake --build build --target check-llvm
149
- name: check-clang
150
if: always() && !cancelled() && contains(inputs.changes, 'clang')
0 commit comments