Skip to content

Commit 23a520c

Browse files
authored
Switch ffmpeg GHA to AnimMouse/setup-ffmpeg (#28)
1 parent ea31228 commit 23a520c

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
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

.github/workflows/testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
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

0 commit comments

Comments
 (0)