Skip to content

Commit 5f7d697

Browse files
authored
Merge pull request #92 from tomoss/dev-ci-cmake-gcc-clang-followup
Fix Windows CI by removing unsupported CMAKE_BUILD_TYPE usage
2 parents 1b27724 + e41855d commit 5f7d697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cmake-gcc-clang.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
if: startsWith(matrix.os, 'windows') && matrix.compiler.cpp == 'cl'
106106
run: >
107107
cmake -B ${{ steps.strings.outputs.build-output-dir }}
108-
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
109108
-DATOMIC_QUEUE_BUILD_TESTS=ON
110109
-DATOMIC_QUEUE_BUILD_EXAMPLES=ON
111110
-S ${{ github.workspace }}

0 commit comments

Comments
 (0)