Skip to content

Commit

Permalink
Install libgtk-4-dev
Browse files Browse the repository at this point in the history
Ass all build-maschines are now have libgtk-4-dev we should do the same
for the github verification.
  • Loading branch information
laeubi committed Nov 11, 2024
1 parent d30571a commit d9d9bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ matrix.config.native == 'gtk.linux.x86_64'}}
run: |
sudo apt-get update -qq
sudo apt-get install -qq -y libgtk-3-dev freeglut3-dev webkit2gtk-driver
sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver
- name: Pull large static Windows binaries
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
run: |
Expand Down

0 comments on commit d9d9bf0

Please sign in to comment.