Run without sandboxing when smoke testing on linux

This commit is contained in:
2026-01-06 02:01:32 +01:00
committed by GitHub
parent bb70dbd7ce
commit a787cd1b6e

View File

@@ -73,7 +73,7 @@ jobs:
./dist/*.AppImage --appimage-extract
sudo apt-get update
sudo apt-get install -y xvfb
xvfb-run squashfs-root/AppRun
xvfb-run squashfs-root/AppRun --no-sandbox
- name: Smoke test Windows exe
if: matrix.os == 'windows-latest'