Skip to content

Commit 932cafc

Browse files
committed
fix workflow failure
Signed-off-by: guangli.bao <[email protected]>
1 parent f6f3b6a commit 932cafc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/run-tox/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ runs:
1717
uses: pdm-project/setup-pdm@v4
1818
with:
1919
python-version: ${{ inputs.python-version }}
20+
- name: Install system dependencies
21+
run: |
22+
sudo apt install -y ffmpeg
23+
shell: bash
2024
- name: Install dependencies
2125
run: |
2226
pip install tox tox-pdm

0 commit comments

Comments
 (0)