We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144e7da commit 48cc334Copy full SHA for 48cc334
.github/workflows/pages.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Pages
38
uses: actions/configure-pages@v2
39
- name: Install Linux Dependencies
40
- run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1-mesa-glx
+ run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1-mesa-glx libopengl0
41
- name: Install Python dependencies
42
run: pip install manim sphinx sphinx_click furo
43
- name: Install local Python package
0 commit comments