From b0c9e742daf6d8f660e1389383ccab40d40e8bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 6 Jan 2026 02:09:41 +0100 Subject: [PATCH] Add APPDIR --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6c1f8d..1bd4ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ on: jobs: build: + timeout-minutes: 5 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -33,6 +34,7 @@ jobs: run: mvn -B verify electron-build: + timeout-minutes: 5 name: Electron packages (${{ matrix.os }}) if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ${{ matrix.os }} @@ -73,8 +75,7 @@ jobs: ./dist/*.AppImage --appimage-extract sudo apt-get update sudo apt-get install -y xvfb - cd squashfs-root - xvfb-run squashfs-root/AppRun --no-sandbox + APPDIR="$(pwd)" xvfb-run ./AppRun --no-sandbox - name: Smoke test Windows exe if: matrix.os == 'windows-latest' @@ -100,6 +101,7 @@ jobs: dist/*.dmg docker: + timeout-minutes: 5 runs-on: ubuntu-latest needs: build steps: