Skip to content

Commit 770c4c4

Browse files
committed
Install fuse
1 parent 727740c commit 770c4c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/install-linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python3 setup.py build_ext --inplace
1212

1313
sudo apt-get update
1414
sudo apt-get install -y desktop-file-utils # for desktop-file-validate, used by pkg2appimage
15+
sudo apt-get install -y fuse # AppImages require FUSE to run
1516

1617
# when PyInstaller collect libraries, it ignores libraries that are not found on the host.
1718
# Those missing libs prevent proper startup.

0 commit comments

Comments
 (0)