Commit 90dd494
fix(ci): install system dependencies and fix Playwright port conflict
This commit fixes two CI failures:
1. Install required system dependencies (libgtk-3-dev, libwebkit2gtk-4.0-dev, etc.)
for Rust builds on Ubuntu. These are needed by Tauri's GTK dependencies.
2. Remove manual dev server start from Playwright job. The Playwright config
already has webServer configured to start/stop the dev server automatically,
so the manual start was causing port conflicts.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a9d4b8a commit 90dd494
1 file changed
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 35 | | |
42 | 36 | | |
43 | 37 | | |
| |||
132 | 126 | | |
133 | 127 | | |
134 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
179 | 193 | | |
180 | 194 | | |
181 | 195 | | |
| |||
0 commit comments