Skip to content

Commit 98f5cd3

Browse files
committed
Fixed appimage-builder ver
1 parent 12ec62c commit 98f5cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install -y --no-install-recommends \
2626
squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot
2727
python -m pip install --upgrade pip
28-
python -m pip install --user appimage-builder
28+
python -m pip install --user "appimage-builder==0.8.2"
2929
echo "$HOME/.local/bin" >> $GITHUB_PATH
3030
3131
- name: Build AppImage

0 commit comments

Comments
 (0)