Skip to content

Commit adf2bf2

Browse files
Fedir Zadniprovskyifedirz
authored andcommitted
ci: add step for installing ffmpeg
1 parent c998db7 commit adf2bf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v5
28+
- if: runner.os == 'Linux'
29+
run: |
30+
sudo apt-get update -q -q
31+
sudo apt-get install --yes ffmpeg
32+
- if: runner.os == 'macOS'
33+
run: brew install ffmpeg
2834
- uses: astral-sh/setup-uv@v6
2935
with:
3036
enable-cache: true

0 commit comments

Comments
 (0)