|
|
|
@ -53,15 +53,15 @@ jobs:
@@ -53,15 +53,15 @@ jobs:
|
|
|
|
|
pushd mingw-w64-headers-git |
|
|
|
|
sed -i 's/0x601/0x501/' PKGBUILD |
|
|
|
|
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm |
|
|
|
|
pacman -U mingw-w64-i686-headers-git-*-any.pkg.tar.zst |
|
|
|
|
pacman --noconfirm -U mingw-w64-i686-headers-git-*-any.pkg.tar.zst |
|
|
|
|
popd |
|
|
|
|
pushd mingw-w64-crt-git |
|
|
|
|
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm |
|
|
|
|
pacman -U mingw-w64-i686-crt-git-*-any.pkg.tar.zst |
|
|
|
|
pacman --noconfirm -U mingw-w64-i686-crt-git-*-any.pkg.tar.zst |
|
|
|
|
popd |
|
|
|
|
pushd mingw-w64-winpthreads-git |
|
|
|
|
MINGW_ARCH=mingw32 makepkg-mingw -sCLf --noconfirm |
|
|
|
|
pacman -U mingw-w64-i686-libwinpthread-git-*-any.pkg.tar.zst mingw-w64-i686-winpthreads-git-*-any.pkg.tar.zst |
|
|
|
|
pacman --noconfirm -U mingw-w64-i686-libwinpthread-git-*-any.pkg.tar.zst mingw-w64-i686-winpthreads-git-*-any.pkg.tar.zst |
|
|
|
|
popd |
|
|
|
|
popd |
|
|
|
|
- name: Build application |
|
|
|
|