mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Add espeak-ng installation to CI workflow alongside FFmpeg
This commit is contained in:
parent
2dfad62b5b
commit
0d69a1e905
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -15,11 +15,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Add FFmpeg installation step
|
||||
- name: Install FFmpeg
|
||||
# Add FFmpeg and espeak-ng installation step
|
||||
- name: Install FFmpeg and espeak-ng
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ffmpeg
|
||||
sudo apt-get install -y ffmpeg espeak-ng
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
|
|
Loading…
Add table
Reference in a new issue