summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2021-07-04 04:41:10 +0300
committerOleg Oshmyan <chortos@inbox.lv>2021-07-10 02:36:31 +0300
commit12be84bf5dc57b498bac8ece18137f0d4a29024d (patch)
tree6a0d60cedb77cfe6b70e82a0a69a89b8893bbb86
parentecaa86ae4dda197ac07ac4ff7214eba5a0036ddb (diff)
downloadlibass-12be84bf5dc57b498bac8ece18137f0d4a29024d.tar.bz2
libass-12be84bf5dc57b498bac8ece18137f0d4a29024d.tar.xz
ci/gha: do one build for 32-bit Windows
Reuse the desktop build for this, as UCRT32 doesn't exist.
-rw-r--r--.github/workflows/ghci.yml4
1 files 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