We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a0a00 commit ba6e740Copy full SHA for ba6e740
1 file changed
.github/workflows/maven.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Install Linux requirements
44
if: ${{ matrix.config.native == 'gtk.linux.x86_64'}}
45
run: |
46
+ apt-cache search webkit2gtk-driver
47
sudo apt-get update -qq
48
sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=2.44.0-2
49
- name: Pull large static Windows binaries
0 commit comments