1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 02:22:19 +00:00

ci/build: Do not manually install Meson in openSUSE container

Newer image builds already include Meson.
This commit is contained in:
Mia Herkt 2022-06-19 02:56:28 +02:00
parent c1a46ecfaf
commit 07d78f8c8b
No known key found for this signature in database
GPG Key ID: 72E154B8622EC191

View File

@ -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"