mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Try installing ffmpeg with curl
This commit is contained in:
parent
39821f8371
commit
57c1871852
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue