From: Chris Fulljames Date: Sat, 1 Feb 2025 13:46:10 +0000 (-0500) Subject: apt update before install X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=10021fbff021fb900e8b0c029dba3862ea415af4;p=littlesongplace.git apt update before install --- 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