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'