Skip to content

Commit

Permalink
Switch to using pcolby/install-linuxdeploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 20, 2024
1 parent 187a86f commit 820f9a0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 820f9a0

Please sign in to comment.