mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Will use system architecture for ffmpeg (#1059)
This commit is contained in:
parent
2b974ea1f0
commit
8ac5172239
2 changed files with 4 additions and 11 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue