Skip to content

Commit

Permalink
Merge pull request #26 from hhoppe:setup_ffmpeg
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509778094
  • Loading branch information
The mediapy Authors committed Feb 15, 2023
2 parents f768f19 + 1dc72ee commit 1fe61a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: sudo apt-get install ffmpeg
- run: sudo apt-get update
- run: sudo apt-get install -y ffmpeg

# Install deps
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1fe61a7

Please sign in to comment.