summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-07-27 22:47:46 +0200
committerJan Ekström <jeebjp@gmail.com>2023-07-29 12:33:50 +0300
commit089a8480a2076edfae3a4ef514201968b0387fc8 (patch)
tree3d1c18b1022615e7504ea42dc5a02016d95b61f9 /.github
parent4c3ed843dc8bde419d8c08565159a83cee9e3b9b (diff)
downloadmpv-089a8480a2076edfae3a4ef514201968b0387fc8.tar.bz2
mpv-089a8480a2076edfae3a4ef514201968b0387fc8.tar.xz
Revert "ci/msys2: double down on running meson through python3.11"
Python 3.11 will be released soon as default Python package, and actually python3.11 package already disappeared from the repository. This reverts commit c637beb5223b0af5a671c8829a0e1a42e7e9a411.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 406904b2e0..e8a854e053 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -234,9 +234,10 @@ jobs:
libjpeg-turbo:p
libplacebo:p
lua51:p
+ meson:p
ninja:p
pkgconf:p
- python3.11:p
+ python:p
rst2pdf:p
rubberband:p
shaderc:p
@@ -258,7 +259,6 @@ jobs:
- name: Run meson tests
id: tests
run: |
- source ./venv/bin/activate
meson test -C build
- name: Print meson test log