Skip to content

Commit

Permalink
Xvfb is installed by default on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 14, 2024
1 parent dabe569 commit c8e4c4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 21
- name: Install Xvfb
run: sudo apt install xvfb
- name: Launch Xvfb
run: screen -d -m Xvfb :1 -screen 0 1920x1080x24
- name: Run tests
Expand Down

0 comments on commit c8e4c4d

Please sign in to comment.