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
parent 2b974ea1f0
commit 8ac5172239
2 changed files with 4 additions and 11 deletions
+2 -10
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