Skip to content

Commit 12baf17

Browse files
committed
ffmpeg
1 parent 126df8f commit 12baf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
set -ex
2929
sudo apt-get update
30-
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev
30+
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev ffmpeg
3131
sudo apt-get clean
3232
sudo rm -rf /var/lib/apt/lists/*
3333
python3 -m venv "${POETRY_VENV}"

0 commit comments

Comments
 (0)