Skip to content

Commit 64ffe37

Browse files
committed
Revert "Temporarily disable failing windows-2022 clang CI job"
This reverts commit 467be17. Fixes: #910 Signed-off-by: Lukasz Dorau <[email protected]>
1 parent b42b0c0 commit 64ffe37

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,13 @@ jobs:
226226
level_zero_provider: ['ON']
227227
cuda_provider: ['ON']
228228
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"
229+
- os: 'windows-2022'
230+
build_type: Release
231+
compiler: {c: clang-cl, cxx: clang-cl}
232+
shared_library: 'ON'
233+
level_zero_provider: 'ON'
234+
cuda_provider: 'ON'
235+
toolset: "-T ClangCL"
237236
- os: 'windows-2022'
238237
build_type: Release
239238
compiler: {c: cl, cxx: cl}

0 commit comments

Comments
 (0)