We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ea0c7 commit 757878bCopy full SHA for 757878b
1 file changed
.github/workflows/build-and-deploy.yml
@@ -49,6 +49,11 @@ jobs:
49
with:
50
fetch-depth: 2
51
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
+
57
- name: Install dependencies
58
run: |
59
pip install manim-voiceover[gtts] invoke python-graphblas networkx matplotlib python-dotenv mkdocs mkdocs-material pymdown-extensions
0 commit comments