mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Go back to just installing ffmpeg with apt
This commit is contained in:
parent
57c1871852
commit
26ca4aa7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ stages:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
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:
|
script:
|
||||||
- deno fmt --check
|
- deno fmt --check
|
||||||
- deno task lint
|
- deno task lint
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue