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 61286b2 commit d17758fCopy full SHA for d17758f
.github/workflows/LinuxBuild.yml
@@ -66,6 +66,9 @@ jobs:
66
ln -s /opt/google/chrome/chrome-sandbox chrome-sandbox
67
cd ..
68
TOOL="${GITHUB_WORKSPACE}/.github/tools/appimagetool-x86_64.AppImage"
69
+ #Error: No suitable fusermount binary found on the $PATH
70
+ #fuse: device not found, try 'modprobe fuse' first
71
+ modprobe fuse
72
ARCH=x86_64 ${TOOL} squashfs-root
73
rm -r squashfs-root/
74
rm "${EXE}"
0 commit comments