File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1818 - name : Install the project
1919 run : uv sync --locked --all-groups --dev
2020
21- - uses : FedericoCarboni/setup-ffmpeg@v3
22- with :
23- ffmpeg-version : release
24- github-token : ${{ github.server_url == 'https://github.com' && github.token || '' }}
21+ - name : Setup FFmpeg
22+ uses : AnimMouse/setup-ffmpeg@v1
2523
2624 - name : Run tests
2725 run : uv run pytest -v
Original file line number Diff line number Diff line change 3030 - name : Install the project
3131 run : uv sync --locked --all-groups --dev
3232
33- - uses : FedericoCarboni/setup-ffmpeg@v3
34- with :
35- ffmpeg-version : release
36- github-token : ${{ github.server_url == 'https://github.com' && github.token || '' }}
33+ - name : Setup FFmpeg
34+ uses : AnimMouse/setup-ffmpeg@v1
3735
3836 - name : Run tests
3937 run : uv run pytest -vv --durations=0
You can’t perform that action at this time.
0 commit comments