Skip to content

Commit

Permalink
Use different FFMpeg version with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vansante committed May 30, 2024
1 parent c221aae commit 661ddf0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Install Linux packages
if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y --no-install-recommends ffmpeg
- uses: FedericoCarboni/[email protected]
id: setup-ffmpeg
with:
# A specific version to download, may also be "release" or a specific version
# like "6.1.0". At the moment semver specifiers (i.e. >=6.1.0) are supported
# only on Windows, on other platforms they are allowed but version is matched
# exactly regardless.
ffmpeg-version: release

- name: Install Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 661ddf0

Please sign in to comment.