update ci to espeak-ng

This commit is contained in:
Eren Gölge 2021-02-12 14:55:08 +00:00
parent 420901f4c2
commit c613e0142f
1 changed files with 1 additions and 1 deletions

View File

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