Skip to content

Commit fdd4b84

Browse files
Y-RyuZUclaude
andcommitted
fix: add missing system dependencies to PR validation workflow
- Added libgtk-3-dev, libwebkit2gtk-4.1-dev, libappindicator3-dev, librsvg2-dev, patchelf - These are required for building Tauri applications on Linux - Matches the dependencies already present in the build workflow Co-Authored-By: Claude <[email protected]>
1 parent 5572e16 commit fdd4b84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-pr-
3737
38+
- name: Install system dependencies
39+
run: |
40+
sudo apt-get update
41+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
42+
3843
- name: Install dependencies
3944
run: bun install
4045

0 commit comments

Comments
 (0)