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 6533ec5 commit 0e47323Copy full SHA for 0e47323
.github/workflows/sycl-windows-build.yml
@@ -138,17 +138,16 @@ jobs:
138
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
139
- name: Build
140
id: build
141
- run: |
+ run: |
142
cmake --build build
143
- name: check-llvm
144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145
run: |
146
- cmake --build build --target check-llvm
147
sleep inf
+ cmake --build build --target check-llvm
148
- name: check-clang
149
if: always() && !cancelled() && contains(inputs.changes, 'clang')
150
151
- sleep inf
152
cmake --build build --target check-clang
153
- name: check-sycl
154
if: always() && !cancelled() && contains(inputs.changes, 'sycl')
0 commit comments