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 1d5fa1d commit dc50d3aCopy full SHA for dc50d3a
.github/workflows/dco-check.yml
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
strategy:
101
matrix:
102
build-option: [ debug, release ]
103
- compiler: [msvc] # , clang-cl] TODO(mgovers): reenable Clang CL when https://github.com/actions/runner-images/issues/10001 is fixed
+ compiler: [msvc, clang-cl]
104
105
env:
106
PRESET: ${{ matrix.compiler }}-${{ matrix.build-option }}
0 commit comments