Skip to content

Commit dc50d3a

Browse files
committed
Revert "temporarily add DCO check"
Signed-off-by: Martijn Govers <[email protected]>
1 parent 1d5fa1d commit dc50d3a

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.github/workflows/dco-check.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
matrix:
102102
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
103+
compiler: [msvc, clang-cl]
104104

105105
env:
106106
PRESET: ${{ matrix.compiler }}-${{ matrix.build-option }}

0 commit comments

Comments
 (0)