Skip to content

Commit

Permalink
[github-actions][ci] fix installation of ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Sep 13, 2023
1 parent 3d1d807 commit 55899d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install ffmpeg
run: sudo apt-get install -y ffmpeg
run: sudo apt-get update && sudo apt install -y ffmpeg
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 55899d4

Please sign in to comment.