Skip to content

Commit 5993803

Browse files
Lib-LOCALEclaude
andcommitted
fix: update webkit dependencies to 4.1 for Ubuntu 24.04 compatibility
Update libwebkit2gtk-4.0-dev to libwebkit2gtk-4.1-dev and add libjavascriptcoregtk-4.1-dev to match Ubuntu 24.04 package naming. This fixes the Check workflow failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7f12447 commit 5993803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install system dependencies (Linux)
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
28+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
2929
3030
- name: Install frontend dependencies
3131
run: npm ci

0 commit comments

Comments
 (0)