diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fed7de97bfa7..016855469b60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: chmod a+x linuxdeploy*.AppImage chmod a+x AppImageUpdate-x86_64.AppImage ./linuxdeploy-x86_64.AppImage --appimage-extract - curl -L "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage" -o /tmp/squashfs-root/usr/bin/linuxdeploy-plugin-qt.AppImage + curl -sSfL "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-static-x86_64.AppImage" -o /tmp/squashfs-root/usr/bin/linuxdeploy-plugin-qt.AppImage chmod a+x /tmp/squashfs-root/usr/bin/linuxdeploy-plugin-qt.AppImage mv /tmp/squashfs-root/usr/bin/patchelf /tmp/squashfs-root/usr/bin/patchelf.orig sudo cp /usr/bin/patchelf /tmp/squashfs-root/usr/bin/patchelf