mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-20 03:57:38 +08:00
fix(ci): trying to fix build problem
This commit is contained in:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v2
|
uses: actions/configure-pages@v2
|
||||||
- name: Install Linux Dependencies
|
- name: Install Linux Dependencies
|
||||||
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1
|
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1 libsm6 libxext6
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install manim sphinx sphinx_click furo
|
run: pip install manim sphinx sphinx_click furo
|
||||||
- name: Install local Python package
|
- name: Install local Python package
|
||||||
|
Reference in New Issue
Block a user