Skip to content

Commit

Permalink
change action used to install ffmpeg in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed Dec 22, 2024
1 parent 8b90bad commit 09cc03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
uses: AnimMouse/setup-ffmpeg@v1
with:
# bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7
ffmpeg-version: '7.1'
version: master

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

0 comments on commit 09cc03e

Please sign in to comment.