Skip to content

Commit d1a2a4a

Browse files
committed
Install ffmpeg also
1 parent b37130c commit d1a2a4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727

28-
- name: Install Python dependencies
28+
- name: Install dependencies
2929
run: |
30-
30+
sudo apt-get update
31+
sudo apt-get install ffmpeg -y
3132
pip install numpy matplotlib ruff
3233
3334
- name: Test WCONViewer

0 commit comments

Comments
 (0)