From 820f9a08d500df49c71bb0d8f0ff5336072902aa Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 20 Oct 2024 18:57:26 +1100 Subject: [PATCH] Switch to using pcolby/install-linuxdeploy-action --- .github/workflows/build.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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