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 5aa8c7a commit cc629f8Copy full SHA for cc629f8
.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
- 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}
+ sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver
52
- name: Pull large static Windows binaries
53
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
54
0 commit comments