From e8e5358f98aadf9bc13123eb004be7abcadee9c7 Mon Sep 17 00:00:00 2001 From: "kathrin.resek" Date: Thu, 8 Aug 2024 16:25:36 +0200 Subject: [PATCH] adapt linux build file --- .github/workflows/build-linux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index 0e78a196..79b8df11 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -20,7 +20,7 @@ jobs: distribution: 'adopt' cache: maven - name: Set up virtual X11 - run: sudo apt-get install xvfb + run: sudo apt-get update && sudo apt-get install -y xvfb libgtk-3-0 - name: Start virtual frame buffer run: Xvfb :1 -screen 0 1024x768x16 & - name: set display @@ -49,4 +49,4 @@ jobs: permissions: contents: read - actions: write + actions: write \ No newline at end of file