Skip to content

Commit a90df76

Browse files
committed
also specfiying Debug config for cmake build
1 parent a82ff3a commit a90df76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_testapps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def _build_desktop(sdk_dir, cmake_flags):
315315
if utils.is_windows_os():
316316
cmake_configure_cmd += ["-A", "x64"]
317317
_run(cmake_configure_cmd + cmake_flags)
318-
_run(["cmake", "--build", "."])
318+
_run(["cmake", "--build", ".", "--config", "Debug"])
319319

320320

321321
def _get_desktop_compiler_flags(compiler, compiler_table):

0 commit comments

Comments
 (0)