Install ffmpeg in GitLab CI

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

View file

@ -8,6 +8,9 @@ stages:
test: test:
stage: test stage: test
before_script:
- apt-get update
- apt-get install -y ffmpeg
script: script:
- deno fmt --check - deno fmt --check
- deno task lint - deno task lint