mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Inline demucs (#1279)
This commit is contained in:
parent
10e74edf89
commit
79d8aadf2f
52 changed files with 6662 additions and 90 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -358,6 +358,7 @@ jobs:
|
|||
files: |
|
||||
Buzz*-unix.tar.gz
|
||||
Buzz*-windows.exe
|
||||
Buzz*-windows-*.bin
|
||||
Buzz*-mac.dmg
|
||||
|
||||
deploy_brew_cask:
|
||||
|
|
@ -371,6 +372,13 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Should be removed with next update to whisper.cpp
|
||||
- name: Downgrade Xcode
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '16.0.0'
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue