From a787cd1b6e653bcf28dd11f7c21d18b7f5c0f473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 6 Jan 2026 02:01:32 +0100 Subject: [PATCH] Run without sandboxing when smoke testing on linux --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4047f60..6f8e183 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'