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 b42b0c0 commit 64ffe37Copy full SHA for 64ffe37
.github/workflows/reusable_basic.yml
@@ -226,14 +226,13 @@ jobs:
226
level_zero_provider: ['ON']
227
cuda_provider: ['ON']
228
include:
229
- # temporarily disable failing CI job
230
- #- os: 'windows-2022'
231
- # build_type: Release
232
- # compiler: {c: clang-cl, cxx: clang-cl}
233
- # shared_library: 'ON'
234
- # level_zero_provider: 'ON'
235
- # cuda_provider: 'ON'
236
- # toolset: "-T ClangCL"
+ - os: 'windows-2022'
+ build_type: Release
+ compiler: {c: clang-cl, cxx: clang-cl}
+ shared_library: 'ON'
+ level_zero_provider: 'ON'
+ cuda_provider: 'ON'
+ toolset: "-T ClangCL"
237
- os: 'windows-2022'
238
build_type: Release
239
compiler: {c: cl, cxx: cl}
0 commit comments