Skip to content

Commit

Permalink
fix(workflows): see what ffmpeg encoder is available
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 29, 2024
1 parent 759141d commit ecbd5e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

steps:
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
uses: FedericoCarboni/setup-ffmpeg@v3
- run: ffmpeg -encoders
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit ecbd5e4

Please sign in to comment.