Skip to content

Commit 01d85c8

Browse files
committed
Updated AppImageBuilder.yml to use appimage-builder 0.8.2
1 parent 866dcbe commit 01d85c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/linux-appimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run: |
2424
sudo apt-get update
2525
sudo apt-get install -y --no-install-recommends \
26-
squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot
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 ca-certificates
2728
python -m pip install --upgrade pip
2829
python -m pip install --user "appimage-builder==0.8.2"
2930
echo "$HOME/.local/bin" >> $GITHUB_PATH

AppImageBuilder.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ AppDir:
5050
- usr/lib/pkgconfig
5151

5252
script:
53-
- apt-get update
54-
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates
55-
- rm -rf /var/lib/apt/lists/*
5653
- git clone --depth=1 --branch v0.18.0 https://gitlab.gnome.org/GNOME/blueprint-compiler.git
5754
- cd blueprint-compiler && meson setup build && ninja -C build && meson install -C build --destdir ../AppDir && cd ..
5855
- export PATH="$PWD/AppDir/usr/bin:$PATH"

0 commit comments

Comments
 (0)