mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
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 c637beb522
.
This commit is contained in:
parent
4c3ed843dc
commit
089a8480a2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -1,8 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
python3.11 -m venv venv
|
||||
source ./venv/bin/activate
|
||||
python -m pip install meson
|
||||
meson setup build \
|
||||
-D cdda=enabled \
|
||||
-D d3d-hwaccel=enabled \
|
||||
|
Loading…
Reference in New Issue
Block a user