Skip to content

Commit

Permalink
ci use ffmpeg version 5.1.1 because it's available on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocarboni committed Dec 19, 2023
1 parent 7fb15ff commit e6a6966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Run FedericoCarboni/setup-ffmpeg
uses: ./
with:
ffmpeg-version: '5.1.2'
ffmpeg-version: '5.1.1'
- name: Run FedericoCarboni/setup-ffmpeg
uses: ./
with:
ffmpeg-version: '5.1.2'
ffmpeg-version: '5.1.1'
- run: ffmpeg -version
- run: ffprobe -version

0 comments on commit e6a6966

Please sign in to comment.