Skip to content

Commit

Permalink
fix(ci): update libwebkit2gtk version in dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 10, 2025
1 parent 9b0912a commit d3ec8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
version: 3.x

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

- name: Check for errors
env:
Expand Down

0 comments on commit d3ec8c8

Please sign in to comment.