1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-22 17:25:40 +01:00

Update MinGW used by CI

This made a rebuild of 32-bit deps necessary.
They were updated in the process and this was done for 64-bit too for consistency.
This commit is contained in:
sfan5
2022-02-03 21:34:30 +01:00
parent 0dd8e8c242
commit ce199d6f9e
4 changed files with 34 additions and 29 deletions

View File

@@ -198,7 +198,7 @@ build:fedora-28:
before_script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y wget xz-utils unzip git cmake gettext
- wget -nv http://minetest.kitsunemimi.pw/mingw-w64-${WIN_ARCH}_9.2.0_ubuntu18.04.tar.xz -O mingw.tar.xz
- wget -nv http://minetest.kitsunemimi.pw/mingw-w64-${WIN_ARCH}_11.2.0_ubuntu20.04.tar.xz -O mingw.tar.xz
- tar -xaf mingw.tar.xz -C /usr
.build_win_template: