Skip to content

Commit

Permalink
GitHub Actions: natives.yml: install libxt-dev to fix build error o…
Browse files Browse the repository at this point in the history
…n ubuntu 24.04 (did work without this on ubuntu 22.04)
  • Loading branch information
DevCharly committed Jan 9, 2025
1 parent f11f682 commit ddee4ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:

- uses: gradle/actions/wrapper-validation@v4

- name: install libxt-dev
if: matrix.os == 'ubuntu'
run: sudo apt install libxt-dev

- name: Setup Java 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit ddee4ef

Please sign in to comment.