Skip to content

Commit 78ec60d

Browse files
committed
flatpak,appimage
1 parent 807f263 commit 78ec60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ jobs:
687687
run: |
688688
# install libarchive-tools for bsdtar command used in AppImageBuilder.yml
689689
sudo apt-get update -y
690-
sudo apt-get install -y libarchive-tools
690+
sudo apt-get install -y libarchive-tools libfuse2
691691
# set-up appimage-builder
692692
pushd /tmp
693693
wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage

0 commit comments

Comments
 (0)