Skip to content

Commit d9d9bf0

Browse files
committed
Install libgtk-4-dev
Ass all build-maschines are now have libgtk-4-dev we should do the same for the github verification.
1 parent d30571a commit d9d9bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ matrix.config.native == 'gtk.linux.x86_64'}}
4545
run: |
4646
sudo apt-get update -qq
47-
sudo apt-get install -qq -y libgtk-3-dev freeglut3-dev webkit2gtk-driver
47+
sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver
4848
- name: Pull large static Windows binaries
4949
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
5050
run: |

0 commit comments

Comments
 (0)