summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-11-02 10:51:26 -0500
committerJan Ekström <jeebjp@gmail.com>2022-11-02 21:03:29 +0200
commit806dddc7d9273c4f520f03d0e87ef7992cf563f9 (patch)
tree2a48c38ffccb19e8b607ef86fbb1745fe5b24f05 /.github
parent6acb7db9facd41f67aebb54a0daeddaaa30d54b3 (diff)
downloadmpv-806dddc7d9273c4f520f03d0e87ef7992cf563f9.tar.bz2
mpv-806dddc7d9273c4f520f03d0e87ef7992cf563f9.tar.xz
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 f7164fcfaca1b1d8f0ceb9cb58e532c172cf83fa and can now just use the package manager version.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c8d8b5e6a2..5adb3d08b5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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