File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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 : |
You can’t perform that action at this time.
0 commit comments