ci.yml: uses: AnimMouse/setup-ffmpeg@v1
This commit is contained in:
parent
0aaf58ebee
commit
e65f1b6a2c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -27,12 +27,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up FFmpeg (Linux and Windows)
|
||||
if: runner.os != 'macOS'
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
- name: Set up FFmpeg (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install ffmpeg
|
||||
- name: Set up FFmpeg
|
||||
uses: AnimMouse/setup-ffmpeg@v1
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user