Go back to just installing ffmpeg with apt

This commit is contained in:
Alex Gleason 2025-02-28 00:01:28 -06:00
parent 57c1871852
commit 26ca4aa7f7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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