Skip to content

Commit

Permalink
Fix CI (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Feb 5, 2025
1 parent 051b7f4 commit 526a569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradleCI-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up JavaFX deps
if: ${{ inputs.setup-javafx-headless }}
run: |
sudo apt-get update -y && sudo apt-get install -y libxxf86vm1 libgl1-mesa-glx
sudo apt-get update -y && sudo apt-get install -y libxxf86vm1 libgl1 libglx-mesa0 libgl1-mesa-dev
- name: Set up Virtual Display (for Linux)
if: ${{ inputs.setup-javafx-headless }} && ( runner.os == 'Linux' )
Expand All @@ -58,4 +58,4 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
detailed_summary: true
detailed_summary: true

0 comments on commit 526a569

Please sign in to comment.