fix: add libcairo2-dev and pkg-config to GitHub Actions

This commit is contained in:
Shu Yao 2026-02-07 19:07:22 +08:00
parent 67530ae608
commit aba552c05e

View File

@ -38,6 +38,11 @@ jobs:
with:
enable-cache: true
- name: Install system dependencies for pycairo
run: |
sudo apt-get update
sudo apt-get install -y libcairo2-dev pkg-config
- name: Cache uv dependencies
uses: actions/cache@v4
with: