Skip to content

Commit 27266ab

Browse files
committed
fix ffmpeg
1 parent 78989f4 commit 27266ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
coverage: none
3939

4040
- name: Setup ffmpeg
41-
uses: FedericoCarboni/setup-ffmpeg@v3
42-
with:
43-
ffmpeg-version: release
44-
architecture: ""
45-
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
41+
uses: AnimMouse/setup-ffmpeg@v1
4642

4743
- name: Setup problem matchers
4844
run: |

0 commit comments

Comments
 (0)