Skip to content

Commit 54629c1

Browse files
committed
c
1 parent 0cad3a3 commit 54629c1

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
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
apt-cache search webkit2gtk-driver
4747
sudo apt-get update
48-
sudo apt-get install -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=2.44.0-2
48+
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}
4949
- name: Pull large static Windows binaries
5050
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
5151
run: |

0 commit comments

Comments
 (0)