CI/MSVC: Use Meson 1.7.2

Workaround for https://github.com/mesonbuild/meson/issues/14774
This commit is contained in:
Luca Bacci 2025-07-08 15:12:23 +02:00
parent 551bfdc691
commit c939477232

View file

@ -369,7 +369,8 @@ mingw-64 build:
-Dfreetype:tests=disabled
before_script:
# Make sure meson is up to date, latest fontconfig requires a newer Meson than what's on the image
- pip3 install -U meson
# FIXME: Use Meson 1.7.2 to work around https://github.com/mesonbuild/meson/issues/14774
- pip3 install -U meson==1.7.2
script:
# Make sure powershell exists on errors
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6