Skip to content

Commit 3ea65e0

Browse files
committed
Install xvfb before building
1 parent 1aea35f commit 3ea65e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
uses: actions/setup-java@v1
2121
with:
2222
java-version: 11
23+
- name: Install xvfb
24+
run: sudo apt-get install xvfb
2325
- name: Build with Maven
2426
run: mvn clean verify

0 commit comments

Comments
 (0)