Skip to content

Commit e63527a

Browse files
committed
fix(ci): update libwebkit2gtk version in dependency installation
1 parent baf2ff4 commit e63527a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
version: 3.x
8383

8484
- name: Install Dependencies
85-
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.0 libappindicator3-dev
85+
run: sudo apt update && sudo apt install -y --no-install-recommends build-essential libgtk-3-dev libwebkit2gtk-4.1-0 libappindicator3-dev
8686

8787
- name: Check for errors
8888
env:

0 commit comments

Comments
 (0)