Skip to content

Commit 95350f1

Browse files
committed
.github/workflows/release: add mkvtoolnix to installs
1 parent 3cc1c00 commit 95350f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pip install --upgrade pip
5353
pip install .[test,srt]
5454
pip install flit twine wheel
55-
sudo apt install ffmpeg
55+
sudo apt install ffmpeg mkvtoolnix
5656
5757
- name: Test
5858
run: |

0 commit comments

Comments
 (0)