Skip to content

Commit f7fd8dc

Browse files
committed
ci: install cairo deps for pycairo build
1 parent 85f9036 commit f7fd8dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- name: Setup uv python environment
4141
run: uv venv
4242

43+
- name: Install system deps for pycairo
44+
run: |
45+
sudo apt-get update
46+
sudo apt-get install -y libcairo2-dev pkg-config
47+
4348
- name: uv lock check
4449
run: uv lock --locked --offline
4550

0 commit comments

Comments
 (0)