Skip to content

Commit 90a0a00

Browse files
committed
Downgrade WebKit in Ubuntu runner for GH actions
Test only on Ubuntu
1 parent b639fc4 commit 90a0a00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
matrix:
2929
java: [ '21' ]
3030
config:
31-
# - { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
32-
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
31+
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
32+
# - { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
3333
# - { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
3434
# - { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
3535
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ matrix.config.native == 'gtk.linux.x86_64'}}
4545
run: |
4646
sudo apt-get update -qq
47-
sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver
47+
sudo apt-get install -qq -y libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver=2.44.0-2
4848
- name: Pull large static Windows binaries
4949
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
5050
run: |

0 commit comments

Comments
 (0)