Extract appimage in test due to FUSE

This commit is contained in:
2026-01-06 01:58:08 +01:00
parent 947b5ded93
commit bb70dbd7ce

View File

@@ -69,10 +69,11 @@ jobs:
- name: Smoke test AppImage (Linux) - name: Smoke test AppImage (Linux)
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
run: | run: |
chmod +x dist/*.AppImage
./dist/*.AppImage --appimage-extract
sudo apt-get update sudo apt-get update
sudo apt-get install -y xvfb sudo apt-get install -y xvfb
chmod +x dist/*.AppImage xvfb-run squashfs-root/AppRun
xvfb-run ./dist/*.AppImage
- name: Smoke test Windows exe - name: Smoke test Windows exe
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'