We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee59d1 commit 9bfce33Copy full SHA for 9bfce33
.github/workflows/test.yaml
@@ -25,6 +25,12 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
steps:
27
- 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
34
- uses: astral-sh/setup-uv@v6
35
with:
36
enable-cache: true
0 commit comments