mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 07:58:02 +02:00
CI/MSVC: Use Meson 1.7.2
Workaround for https://github.com/mesonbuild/meson/issues/14774
This commit is contained in:
parent
551bfdc691
commit
c939477232
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue