From 8d26d879a0e17ecd0aa3a47fa9a3c03c676f14da Mon Sep 17 00:00:00 2001 From: ConfiG Date: Wed, 2 Aug 2023 02:14:34 +0300 Subject: [PATCH] fix cmake configure command --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb01a25fa..32ba6eb32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Windows os: windows-latest os_identifier: win - extra_flags: '-G Ninja -T host=x86 -A win32 -DGEODE_DEBUG=On' + extra_flags: '-G Ninja -DGEODE_DEBUG=On' cli_cmd: '' package_cmd: 'makensis -WX -V3 ./installer/windows/installer.nsi' installer_path: './installer/windows/geode-installer-win.exe' @@ -51,9 +51,9 @@ jobs: with: key: ${{ matrix.config.os }} - - uses: ilammy/msvc-dev-cmd@v1 + - uses: ilammy/msvc-dev-cmd@v1.12.1 with: - arch: x86 + arch: amd64_x86 if: matrix.config.os_identifier == 'win' - name: Install ninja