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