From 770e35b6a07a1da32f3cf0fe7df055781f149495 Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Thu, 24 Oct 2024 18:48:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Pipe=20experiment?= 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 4baaf46..4ce9f6c 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 mpv + sudo apt-get install -y libgtk-3-dev libblkid-dev e2fslibs-dev liblzma-dev mpv ninja-build 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