From 274d53f620a40d6a885d2b003862aef52c312aee Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Thu, 1 Feb 2024 16:18:01 +0100 Subject: [PATCH] I can not express in words how filled with rage this GitHub Actions shit makes me --- .github/workflows/build-appimage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-appimage.yml b/.github/workflows/build-appimage.yml index 0e3fe45d..a61f1787 100644 --- a/.github/workflows/build-appimage.yml +++ b/.github/workflows/build-appimage.yml @@ -45,6 +45,8 @@ jobs: chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage - name: Build the AppImage working-directory: ${{runner.workspace}}/build + env: + QMAKE: /usr/lib/qt6/bin/qmake run: | ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage mkdir dist