update ci to espeak-ng

This commit is contained in:
Eren Gölge 2021-02-12 14:55:08 +00:00 committed by Eren Gölge
parent ee71eb4eb7
commit 19e2193c40
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- checkout
- run: |
sudo apt update
sudo apt install espeak git
sudo apt install espeak-ng git
- run: sudo pip install --upgrade pip
- run: sudo pip install -e .
- run: |