From 10021fbff021fb900e8b0c029dba3862ea415af4 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sat, 1 Feb 2025 08:46:10 -0500 Subject: [PATCH] apt update before install --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 2b23fb6..f77755e 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -18,6 +18,7 @@ jobs: - name: Install ffmpeg run: | + sudo apt update sudo apt install ffmpeg - name: Install mpck -- 2.39.5