Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci): setup opengl
  • Loading branch information
jeertmans committed Oct 18, 2023
commit a33f53a1c04f909d7660f2b5221c763a9ef97d53
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
if: matrix.os == 'windows-latest'
run: choco install ffmpeg

- name: Install Windows (bis)
if: matrix.os == 'windows-latest'
uses: openrndr/[email protected]

- name: Install Manim Slides
run: |
poetry install --with test --all-extras
Expand Down