update ci to espeak-ng

This commit is contained in:
Eren Gölge
2021-03-08 02:54:47 +01:00
committed by Eren Gölge
parent ee71eb4eb7
commit 19e2193c40
+1 -1
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: |