Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 91bb3dc

Browse files
CI: set CMake's build type appropriate for Windows config
1 parent c5fa500 commit 91bb3dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
run: cmake . -Bbuild
142142
-G "${env:GENERATOR}"
143143
-A "${env:ARCH}"
144+
-DCMAKE_BUILD_TYPE="${{ matrix.CONFIG }}"
144145
-DCMAKE_TOOLCHAIN_FILE="${env:CMAKE_TOOLCHAIN_FILE}"
145146
-DCMAKE_INSTALL_PREFIX="${env:CMAKE_INSTALL_PREFIX}"
146147
-DTESTS_USE_FORCED_PMEM=ON

0 commit comments

Comments
 (0)