mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-22 10:57:08 +00:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user