From: Chris Fulljames Date: Sat, 9 Aug 2025 17:09:51 +0000 (-0400) Subject: Add apt-update X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=2d4d8ec3f53f083bb4f85e86224a44da34173ba1;p=littlesongplace.git Add apt-update --- diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 67fd56b..3fd0d00 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -102,6 +102,7 @@ jobs: - name: Install Dependencies run: | + sudo apt update sudo apt install ffmpeg python -m pip install --upgrade pip pip install ./littlesongplace-*.whl