Skip to content

Commit

Permalink
Ensure ffprobe is installed on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Oct 2, 2024
1 parent 5be07a1 commit cf94ee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install ffmpeg
run: sudo apt-get install -y ffmpeg

- name: Install ffprobe
run: sudo apt-get install -y ffprobe

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit cf94ee3

Please sign in to comment.