We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee9b1b commit afcb5d8Copy full SHA for afcb5d8
.github/workflows/linux-appimage.yml
@@ -24,7 +24,7 @@ jobs:
24
sudo apt-get update
25
sudo apt-get install -y --no-install-recommends \
26
squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot \
27
- git meson ninja-build python3-pip python3-setuptools python3-wheel python3-distutils ca-certificates \
+ git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates \
28
libgtksourceview-5-dev libgtk-4-dev libadwaita-1-dev libglib2.0-dev libpango1.0-dev pkg-config gobject-introspection
29
python -m pip install --upgrade pip
30
python -m pip install --user "appimage-builder==0.8.2"
0 commit comments