Skip to content

Commit b5dc5b6

Browse files
authored
Merge pull request #1827 from lukaszstolarczuk/re-enable-win-rel-ci
[CI] Re-enable windows Release build
2 parents 38bd941 + 00cc198 commit b5dc5b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ jobs:
192192
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
193193
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
194194
compiler: {c: clang-cl, cxx: clang-cl}
195-
# TODO: testing is flaky on windows-2022 in Release mode
196-
- os: 'windows-2022'
197-
build_type: Release
198195

199196
build_type: [Debug, Release]
200197
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]

0 commit comments

Comments
 (0)