replace ffmpeg action

pull/2929/head
Mikael Finstad 4 weeks ago
parent 260612f5c8
commit 2606124be7
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -46,19 +46,8 @@ jobs:
cache: 'yarn'
# This global ffmpeg is used for screenshots (see below)
- uses: FedericoCarboni/setup-ffmpeg@v3
- uses: AnimMouse/setup-ffmpeg@v1
if: matrix.os != 'windows-11-arm' && env.is_tag == 'false'
with:
ffmpeg-version: release
# arm not yet supported on macos
architecture: ${{ matrix.os == 'macos-latest' && 'x64' || '' }}
# Linking type of the binaries. Use "shared" to download shared binaries and
# "static" for statically linked ones. Shared builds are currently only available
# for windows releases. Defaults to "static"
linking-type: static
# As of version 3 of this action, builds are no longer downloaded from GitHub
# except on Windows: https://github.com/GyanD/codexffmpeg/releases.
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
- run: ffmpeg -version
if: matrix.os != 'windows-11-arm'

Loading…
Cancel
Save