From 57c187185269da1e39ed3bd91ede1aef570df9c8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Feb 2025 23:54:06 -0600 Subject: [PATCH] Try installing ffmpeg with curl --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7eb1dee6..4d5f3689 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,7 @@ stages: test: stage: test before_script: - - apt-get update - - apt-get install -y ffmpeg + - curl -Ls "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz" | tar -xJf - --strip-components=1 -C /usr/local/bin script: - deno fmt --check - deno task lint