Skip to content

Commit

Permalink
ci(tests.yml): run apt-get update before installing espeak
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Mar 30, 2024
1 parent 7630abb commit d76d0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ jobs:
- name: Install Espeak
if: contains(fromJSON('["inference_tests", "test_text", "test_tts", "test_tts2", "test_xtts", "test_zoo0", "test_zoo1", "test_zoo2"]'), matrix.subset)
run: |
sudo apt-get update
sudo apt-get install espeak espeak-ng
- name: Install dependencies
run: |

0 comments on commit d76d0ef

Please sign in to comment.