Skip to content

Commit ab9c42e

Browse files
authored
fix in create artifact for AppImage
1 parent 299521c commit ab9c42e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Create Artifact
3030
run: |
31+
sudo apt-get install -y libfuse2
3132
DESTDIR=appimage cmake --install ./build
3233
tar -xvf contrib/appimage.tar.gz --strip-components=1 -C appimage
3334
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage

0 commit comments

Comments
 (0)