Skip to content

Commit 3d22a3e

Browse files
committed
Try another release options. The bootstrapped compiler is hanging in ci
since the debug install has uninitted locals in the generated cpp code which causes a runtime check - from the debug build - and a dialog box popping up
1 parent 50a76a8 commit 3d22a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/i386_nt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
7z x -o.. "${{ inputs.bootstrap }}"
5656
cmake -S ..\bootstrap -B ..\build -DCMAKE_INSTALL_PREFIX=%CM3_INSTALL% -A Win32
5757
cmake --build ..\build
58-
cmake --install ..\build --config Debug
58+
cmake --install ..\build --config Release
5959
echo %CM3_INSTALL%\bin>>%GITHUB_PATH%
6060
6161
- name: Fetch sources

0 commit comments

Comments
 (0)