ci/win32: downgrade meson to 1.9.2

1.10.0 fails to build cmake projects.

See: https://github.com/mesonbuild/meson/issues/15360
This commit is contained in:
Kacper Michajłow
2025-12-08 21:47:59 +01:00
parent 3c867c14c0
commit 95c7599c41

View File

@@ -162,7 +162,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install meson
python -m pip install meson==1.9.2
choco install ccache nasm
./ci/install-cmake.ps1 -arch ${{ matrix.arch }}