Skip to content

Commit 48cc334

Browse files
committed
fix(ci): try installing opengl
1 parent 144e7da commit 48cc334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Pages
3838
uses: actions/configure-pages@v2
3939
- name: Install Linux Dependencies
40-
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1-mesa-glx
40+
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg libgl1-mesa-glx libopengl0
4141
- name: Install Python dependencies
4242
run: pip install manim sphinx sphinx_click furo
4343
- name: Install local Python package

0 commit comments

Comments
 (0)