Mercurial > minori
diff .builds/win32.yml @ 131:5c48adf4ca1f
builds/win32: install wine32
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 09 Nov 2023 02:43:40 -0500 |
parents | 859d2a957940 |
children | 4c5d11d294dd |
line wrap: on
line diff
--- a/.builds/win32.yml Thu Nov 09 02:39:21 2023 -0500 +++ b/.builds/win32.yml Thu Nov 09 02:43:40 2023 -0500 @@ -18,6 +18,10 @@ environment: BUILD_SUBMITTER: hg.sr.ht tasks: + - get-wine32: | + sudo dpkg --add-architecture i386 + sudo apt-get update + sudo apt-get install wine32:i386 - build: | cd quasi-msys2 echo MINGW32 >msystem.txt