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 38bd941 commit 00cc198Copy full SHA for 00cc198
.github/workflows/cmake.yml
@@ -192,9 +192,6 @@ jobs:
192
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
193
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
194
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
198
199
build_type: [Debug, Release]
200
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
0 commit comments