Temporarily fix MinGW 32bit builds due to MSYS2 dropped 32bit libslirp support

This commit is contained in:
maron2000 2024-02-28 10:42:18 +09:00
parent 9c95903d19
commit 62db6fa1de
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
with:
msystem: MINGW32
update: true
install: git make mingw-w64-i686-toolchain mingw-w64-i686-libslirp mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-x86_64-ncurses
install: git make mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake mingw-w64-x86_64-ncurses
- name: Update build info
shell: bash
run: |

View File

@ -172,7 +172,7 @@ jobs:
with:
msystem: MINGW32
update: true
install: git mingw-w64-i686-toolchain mingw-w64-i686-libslirp mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake
install: git mingw-w64-i686-toolchain mingw-w64-i686-libtool mingw-w64-i686-nasm autoconf automake
- name: Update build info
shell: bash
run: |