We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c39bf commit f8979dcCopy full SHA for f8979dc
.github/workflows/maven.yml
@@ -48,7 +48,7 @@ jobs:
48
if: ${{ matrix.config.native == 'gtk.linux.x86_64'}}
49
run: |
50
sudo apt-get update -qq
51
- sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver
+ WEBKIT_VERSION=2.44.0-2 && sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=${WEBKIT_VERSION} libwebkit2gtk-4.1-0=${WEBKIT_VERSION} libjavascriptcoregtk-4.1-0=${WEBKIT_VERSION}
52
- name: Pull large static Windows binaries
53
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
54
0 commit comments