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 0cad3a3 commit 54629c1Copy full SHA for 54629c1
.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
apt-cache search webkit2gtk-driver
47
sudo apt-get update
48
- sudo apt-get install -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=2.44.0-2
+ VERSION=2.44.0-2 && sudo apt-get install -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=${VERSION} libwebkit2gtk-4.1-0=${VERSION} libjavascriptcoregtk-4.1-0=${VERSION}
49
- name: Pull large static Windows binaries
50
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
51
0 commit comments