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 299521c commit ab9c42eCopy full SHA for ab9c42e
.github/workflows/appimage.yml
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Create Artifact
30
run: |
31
+ sudo apt-get install -y libfuse2
32
DESTDIR=appimage cmake --install ./build
33
tar -xvf contrib/appimage.tar.gz --strip-components=1 -C appimage
34
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
0 commit comments