Skip to content

Commit 12ec62c

Browse files
committed
Updated AppImage Workflow
1 parent d604e33 commit 12ec62c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/linux-appimage.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ jobs:
1919
with:
2020
python-version: '3.x'
2121

22-
- name: Install AppImage Builder
22+
- name: Install dependencies and appimage-builder
2323
run: |
24-
sudo add-apt-repository -y ppa:appimagebuilder-team/stable
2524
sudo apt-get update
26-
sudo apt-get install -y appimage-builder
25+
sudo apt-get install -y --no-install-recommends \
26+
squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot
27+
python -m pip install --upgrade pip
28+
python -m pip install --user appimage-builder
29+
echo "$HOME/.local/bin" >> $GITHUB_PATH
2730
2831
- name: Build AppImage
2932
run: |

0 commit comments

Comments
 (0)