Skip to content

Commit a2497e3

Browse files
authored
[CI] Install libcairo-dev package for pycairo (#355)
CI is currently failing to build due to pycairo not being able to find libcario headers. This requires the libcairo-dev package installing.
1 parent 4a3e394 commit a2497e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.x'
15+
- name: install libcairo-dev
16+
run: sudo apt install -y libcairo-dev
1517
- name: install packages
1618
run: pip install -r tools/rst2pdf/requirements.txt
1719
- name: check .rst document syntax

0 commit comments

Comments
 (0)