summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2022-06-19 02:56:28 +0200
committerMia Herkt <mia@0x0.st>2022-06-19 02:56:28 +0200
commit07d78f8c8b4997c9331d376737d8107a89e91bdd (patch)
tree6136eeaa3f0cd1cdafdc6480375a3962f1dbbb3f
parentc1a46ecfafdaef77da72613850efbf2f61461391 (diff)
downloadmpv-07d78f8c8b4997c9331d376737d8107a89e91bdd.tar.bz2
mpv-07d78f8c8b4997c9331d376737d8107a89e91bdd.tar.xz
ci/build: Do not manually install Meson in openSUSE container
Newer image builds already include Meson.
-rw-r--r--.github/workflows/build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 538721e4ed..b0d014c119 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -127,7 +127,6 @@ jobs:
- name: Install dependencies
run: |
./bootstrap.py
- zypper -n install meson
# workaround to avoid "fatal: unsafe repository" error
git config --global --add safe.directory "$GITHUB_WORKSPACE"