From 12be84bf5dc57b498bac8ece18137f0d4a29024d Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sun, 4 Jul 2021 04:41:10 +0300 Subject: ci/gha: do one build for 32-bit Windows Reuse the desktop build for this, as UCRT32 doesn't exist. --- .github/workflows/ghci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml index 7f03965..c4c072b 100644 --- a/.github/workflows/ghci.yml +++ b/.github/workflows/ghci.yml @@ -33,11 +33,11 @@ jobs: shell: '/usr/bin/docker exec dockerciimage sh -e {0}' # Add an additional Windows build (MinGW-gcc via MSYS2) with no extras - os: windows-2019 - msystem: MINGW64 + msystem: MINGW32 cc: gcc api: desktop shell: 'msys2 {0}' - package_prefix: mingw-w64-x86_64 + package_prefix: mingw-w64-i686 # Add a best-effort build for UWP apps for Microsoft Store - os: windows-2019 msystem: UCRT64 -- cgit v1.2.3