Skip to content

Commit 668de2c

Browse files
committed
fix(ci): try fix
1 parent 929caec commit 668de2c

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 python3-opencv
40+
run: sudo apt install libcairo2-dev libpango1.0-dev ffmpeg freeglut3-dev
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)