Skip to content

Commit 2cb53d3

Browse files
authored
fix: update libwebkit2gtk package version in workflow (#1004)
1 parent 84a3854 commit 2cb53d3

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-dev 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)