Skip to content

Commit 481b5dc

Browse files
committed
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent d17758f commit 481b5dc

File tree

3 files changed

+3
-111
lines changed

3 files changed

+3
-111
lines changed

.github/workflows/LinuxBuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ jobs:
6666
ln -s /opt/google/chrome/chrome-sandbox chrome-sandbox
6767
cd ..
6868
TOOL="${GITHUB_WORKSPACE}/.github/tools/appimagetool-x86_64.AppImage"
69+
APPIMAGE_EXTRACT_AND_RUN=1 ARCH=x86_64 "${TOOL}" squashfs-root
6970
#Error: No suitable fusermount binary found on the $PATH
7071
#fuse: device not found, try 'modprobe fuse' first
71-
modprobe fuse
72-
ARCH=x86_64 ${TOOL} squashfs-root
72+
#modprobe fuse
73+
#ARCH=x86_64 ${TOOL} squashfs-root
7374
rm -r squashfs-root/
7475
rm "${EXE}"
7576
mv *.AppImage ../

.github/workflows/Test.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/TestNoDocker.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)