CI: Use dynamic MSVC run-time library
commit116b05009d352dfcfff809c027fefaa8d9de6ed1
authorVladimir Golovnev <glassez@yandex.ru>
Tue, 17 Oct 2023 18:31:55 +0000 (17 21:31 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 18:31:55 +0000 (17 21:31 +0300)
treebcf777d9915dd477ccc30160fd03dbc76d4ce531
parent63499511cb786df01c079ece2260bc9044ee602c
CI: Use dynamic MSVC run-time library

Otherwise, there is a conflict of run-time libraries used (since Qt DLLs are still use dynamic MSVCRT) that leads to strange errors.

PR #19718.
Closes #19701.
.github/workflows/ci_windows.yaml
src/app/cmdoptions.cpp