Skip to content

Commit

Permalink
fix ffmpeg version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed Dec 21, 2024
1 parent 8b90bad commit bcce97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: FedericoCarboni/setup-ffmpeg@v3
with:
# bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7
ffmpeg-version: '7.1'
ffmpeg-version: '7.1.0'

- name: Setup Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit bcce97e

Please sign in to comment.