From 26ca4aa7f73891f8ead741ebcbf619f43de56988 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 28 Feb 2025 00:01:28 -0600 Subject: [PATCH] Go back to just installing ffmpeg with apt --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d5f3689..99636568 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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