0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

ci/mingw: update meson

libplacebo requires >= 0.63
This commit is contained in:
Kacper Michajłow 2023-03-28 01:11:46 +02:00 committed by Philip Langdale
parent d1d0b1a8ee
commit 1ea74f10a7

View File

@ -27,7 +27,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y autoconf automake pkg-config g++-mingw-w64 gcc-multilib meson nasm
sudo apt-get install -y autoconf automake pkg-config g++-mingw-w64 gcc-multilib python3-pip ninja-build nasm
sudo python3 -m pip install meson
./bootstrap.py
- name: Build libraries