mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Will update ffmpeg installation action (#1085)
This commit is contained in:
parent
7861e2bd85
commit
6c0773ae07
1 changed files with 2 additions and 20 deletions
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
|
|
@ -58,17 +58,8 @@ jobs:
|
|||
~/AppData/Local/Buzz/Buzz/Cache
|
||||
key: whisper-models
|
||||
|
||||
- uses: AnimMouse/setup-ffmpeg@v1
|
||||
- uses: AnimMouse/setup-ffmpeg@v1.2.0
|
||||
id: setup-ffmpeg
|
||||
if: matrix.os != 'macos-13'
|
||||
|
||||
- uses: FedericoCarboni/setup-ffmpeg@v3.1
|
||||
id: setup-ffmpeg-macos-13
|
||||
if: matrix.os == 'macos-13'
|
||||
with:
|
||||
ffmpeg-version: release
|
||||
architecture: 'x64'
|
||||
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||
|
||||
- name: Test ffmpeg
|
||||
run: ffmpeg -i ./testdata/audio-long.mp3 ./testdata/audio-long.wav
|
||||
|
|
@ -129,17 +120,8 @@ jobs:
|
|||
path: .venv
|
||||
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/poetry.lock') }}
|
||||
|
||||
- uses: AnimMouse/setup-ffmpeg@v1
|
||||
- uses: AnimMouse/setup-ffmpeg@v1.2.0
|
||||
id: setup-ffmpeg
|
||||
if: matrix.os != 'macos-13'
|
||||
|
||||
- uses: FedericoCarboni/setup-ffmpeg@v3.1
|
||||
id: setup-ffmpeg-macos-13
|
||||
if: matrix.os == 'macos-13'
|
||||
with:
|
||||
ffmpeg-version: release
|
||||
architecture: 'x64'
|
||||
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue