Skip to content

Commit

Permalink
adapt linux build file
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrin-7978 committed Aug 8, 2024
1 parent 69e9daa commit e8e5358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:

permissions:
contents: read
actions: write
actions: write

0 comments on commit e8e5358

Please sign in to comment.