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 cca2daa commit 370c333Copy full SHA for 370c333
.github/workflows/build-and-test.yml
@@ -18,7 +18,7 @@ jobs:
18
if: runner.os == 'Windows'
19
- uses: actions/checkout@v3
20
- name: Install Webkit + GTK bindings
21
- run: sudo apt-get install -yq libwebkit2gtk-4.0-dev
+ run: sudo apt-get install -yq libwebkit2gtk-4.1-dev
22
if: runner.os == 'Linux'
23
- name: Set up Maven 3.9.5
24
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1
0 commit comments