Will use system architecture for ffmpeg (#1059)

This commit is contained in:
Raivis Dejus 2025-01-31 16:23:40 +02:00 committed by GitHub
commit 8ac5172239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 11 deletions

View file

@ -58,12 +58,8 @@ jobs:
~/AppData/Local/Buzz/Buzz/Cache
key: whisper-models
- uses: FedericoCarboni/setup-ffmpeg@v3.1
- uses: AnimMouse/setup-ffmpeg@v1
id: setup-ffmpeg
with:
ffmpeg-version: release
architecture: 'x64'
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
- name: Install dependencies
run: poetry install
@ -121,12 +117,8 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/poetry.lock') }}
- uses: FedericoCarboni/setup-ffmpeg@v3.1
- uses: AnimMouse/setup-ffmpeg@v1
id: setup-ffmpeg
with:
ffmpeg-version: release
architecture: 'x64'
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
- name: Install dependencies
run: poetry install