github/workflows: remove pip usage in mingw CI

This was only needed because the mingw CI used to run on Ubuntu 20.04
which had a version of meson too old for mpv. This hasn't been the case
since we switched to 22.04 in f7164fcfac
and can now just use the package manager version.
This commit is contained in:
Dudemanguy
2022-11-02 10:51:26 -05:00
committed by Jan Ekström
parent 6acb7db9fa
commit 806dddc7d9

View File

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