Skip to content

Commit

Permalink
Install ffmpeg in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Jun 12, 2024
1 parent 26cbc8d commit a0f02fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
lfs: true # Ensure LFS files are pulled

- name: Install EGL
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev
- name: Install apt dependencies
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev ffmpeg

- name: Install poetry
run: |
Expand Down

0 comments on commit a0f02fd

Please sign in to comment.