Skip to content

Commit ba927bc

Browse files
Paulluxclaude
andcommitted
Fix Linux CI: add missing system deps for pygobject/cairo
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aa66570 commit ba927bc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
- name: Install system dependencies
4242
run: |
4343
sudo apt-get update
44-
sudo apt-get install -y libdbus-1-dev libglib2.0-dev pkg-config
44+
sudo apt-get install -y \
45+
libdbus-1-dev \
46+
libglib2.0-dev \
47+
libcairo2-dev \
48+
libgirepository1.0-dev \
49+
gir1.2-appindicator3-0.1 \
50+
pkg-config
4551
4652
- name: Install dependencies
4753
run: pip install -r requirements-linux.txt

0 commit comments

Comments
 (0)