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 807f263 commit 78ec60dCopy full SHA for 78ec60d
.github/workflows/generator-linux.yml
@@ -687,7 +687,7 @@ jobs:
687
run: |
688
# install libarchive-tools for bsdtar command used in AppImageBuilder.yml
689
sudo apt-get update -y
690
- sudo apt-get install -y libarchive-tools
+ sudo apt-get install -y libarchive-tools libfuse2
691
# set-up appimage-builder
692
pushd /tmp
693
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