Try installing ffmpeg with curl

This commit is contained in:
Alex Gleason 2025-02-27 23:54:06 -06:00
parent 39821f8371
commit 57c1871852
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -9,8 +9,7 @@ stages:
test: test:
stage: test stage: test
before_script: before_script:
- apt-get update - curl -Ls "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz" | tar -xJf - --strip-components=1 -C /usr/local/bin
- apt-get install -y ffmpeg
script: script:
- deno fmt --check - deno fmt --check
- deno task lint - deno task lint