Skip to content

Commit 370c333

Browse files
authored
Update build-and-test.yml
1 parent cca2daa commit 370c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: runner.os == 'Windows'
1919
- uses: actions/checkout@v3
2020
- name: Install Webkit + GTK bindings
21-
run: sudo apt-get install -yq libwebkit2gtk-4.0-dev
21+
run: sudo apt-get install -yq libwebkit2gtk-4.1-dev
2222
if: runner.os == 'Linux'
2323
- name: Set up Maven 3.9.5
2424
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1

0 commit comments

Comments
 (0)