From c6bd1d0db644e48e86bd33e98692c97fb6a7d455 Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Thu, 24 Oct 2024 18:44:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Add=20mpv=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a92e2b1..4baaf46 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: - name: Install AppImage and Linux dependencies run: | sudo apt-get update - sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev + sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev mpv wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage chmod +x linuxdeploy-x86_64.AppImage appimagetool-x86_64.AppImage