diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a55460d71..9b4b0900d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,14 +67,9 @@ jobs: path: aqtinstall.log if-no-files-found: error - name: Install linuxdeploy - env: - BASE_URL: https://github.com/linuxdeploy/linuxdeploy - run: | - curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \ - "${BASE_URL}/releases/download/continuous/linuxdeploy-x86_64.AppImage" \ - "${BASE_URL}-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage" \ - "${BASE_URL}-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage" - chmod a+x /home/runner/.local/bin/linuxdeploy{,-plugin-{appimage,qt}}-x86_64.AppImage + uses: pcolby/install-linuxdeploy-action@v1 + with: + plugins: appimage qt - uses: actions/checkout@v4 - name: Build id: build