Skip to content

Commit 2cef4ba

Browse files
committed
chore: use Release build for windows-latest-cmake
1 parent a119a4d commit 2cef4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
mkdir build
202202
cd build
203203
cmake .. -DCMAKE_CXX_FLAGS='/bigobj' -G Ninja -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe ${{ matrix.defines }}
204-
cmake --build .
204+
cmake --build . --config Release
205205
206206
- name: Check AVX512F support
207207
id: check_avx512f

0 commit comments

Comments
 (0)