Skip to content

Commit ad5c685

Browse files
Merge pull request #2 from ContextLab/fix/deploy-pangocairo
Fix: install pangocairo system deps for cdl-slides CI
2 parents 459614a + c63b524 commit ad5c685

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-site.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
with:
3939
python-version: '3.11'
4040

41+
- name: Install system dependencies for cdl-slides
42+
run: |
43+
sudo apt-get update
44+
sudo apt-get install -y libpango1.0-dev libcairo2-dev pkg-config
45+
4146
- name: Install cdl-slides
4247
run: pip install "cdl-slides>=1.2.0"
4348

0 commit comments

Comments
 (0)