Skip to content

Commit

Permalink
Merge pull request #1827 from lukaszstolarczuk/re-enable-win-rel-ci
Browse files Browse the repository at this point in the history
[CI] Re-enable windows Release build
  • Loading branch information
kbenzie authored Jul 5, 2024
2 parents 38bd941 + 00cc198 commit b5dc5b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ jobs:
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
compiler: {c: clang-cl, cxx: clang-cl}
# TODO: testing is flaky on windows-2022 in Release mode
- os: 'windows-2022'
build_type: Release

build_type: [Debug, Release]
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
Expand Down

0 comments on commit b5dc5b6

Please sign in to comment.