CI: Fix setting ENABLE_WIN32_CONSOLE for MSVC
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -1267,12 +1267,12 @@ jobs:
|
|||||||
run: cmake -E make_directory build
|
run: cmake -E make_directory build
|
||||||
|
|
||||||
- name: Set ENABLE_WIN32_CONSOLE (debug)
|
- name: Set ENABLE_WIN32_CONSOLE (debug)
|
||||||
if: matrix.build_type == 'debug'
|
if: matrix.buildtype == 'debug'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "win32_console=ON" >> $GITHUB_ENV
|
run: echo "win32_console=ON" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set ENABLE_WIN32_CONSOLE (release)
|
- name: Set ENABLE_WIN32_CONSOLE (release)
|
||||||
if: matrix.build_type == 'release'
|
if: matrix.buildtype == 'release'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "win32_console=OFF" >> $GITHUB_ENV
|
run: echo "win32_console=OFF" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user