Add espeak-ng installation to CI workflow alongside FFmpeg

This commit is contained in:
remsky 2025-01-30 06:01:44 -07:00
parent 2dfad62b5b
commit 0d69a1e905

View file

@ -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