From 0b8abfb5cbfd95635e317a206400dffaacd8665e Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:20:46 +0200 Subject: [PATCH] workflow updates --- .github/actions/setup-venv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-venv/action.yml b/.github/actions/setup-venv/action.yml index a58ed56..a0ddf79 100644 --- a/.github/actions/setup-venv/action.yml +++ b/.github/actions/setup-venv/action.yml @@ -19,7 +19,7 @@ runs: - shell: bash run: | # install ffmpeg - apt install ffmpeg + sudo apt install ffmpeg - shell: bash run: |