Skip to content

Commit 757878b

Browse files
committed
Missing cairo libs in build container.
1 parent a1ea0c7 commit 757878b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
with:
5050
fetch-depth: 2
5151

52+
- name: Install system build dependencies
53+
run: |
54+
apt-get update
55+
apt-get install -y gcc g++ pkg-config libcairo2-dev libpango1.0-dev
56+
5257
- name: Install dependencies
5358
run: |
5459
pip install manim-voiceover[gtts] invoke python-graphblas networkx matplotlib python-dotenv mkdocs mkdocs-material pymdown-extensions

0 commit comments

Comments
 (0)