summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-06-28 20:44:34 +0200
committersfan5 <sfan5@live.de>2023-07-02 15:15:43 +0200
commitc637beb5223b0af5a671c8829a0e1a42e7e9a411 (patch)
tree4ec03b67929680c75edd6556f11c27cc0eca6f65 /.github
parentb616a6cef17dd77b485c1ae20be8732038535c82 (diff)
downloadmpv-c637beb5223b0af5a671c8829a0e1a42e7e9a411.tar.bz2
mpv-c637beb5223b0af5a671c8829a0e1a42e7e9a411.tar.xz
ci/msys2: double down on running meson through python3.11
Run not only scripts inside build system, but also meson itself with Python 3.11. Fixes: eb4da3400a1c37eea7b258b00297e8b8fcdd8db4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c1e702e13a..34c123d2e8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -255,7 +255,6 @@ jobs:
libjpeg-turbo:p
libplacebo:p
lua51:p
- meson:p
ninja:p
pkgconf:p
python3.11:p
@@ -280,6 +279,7 @@ jobs:
- name: Run meson tests
id: tests
run: |
+ source ./venv/bin/activate
meson test -C build
- name: Print meson test log