Skip to content

Commit

Permalink
Will update ffmpeg installation action (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Feb 20, 2025
1 parent 7861e2b commit 6c0773a
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 6c0773a

Please sign in to comment.