Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Nov 24, 2023
1 parent bddab74 commit e880f51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:

strategy:
matrix:
espeak-version: ['1.48.15', '1.49.2', '1.50']
# we used to test espeak-1.49 here but cannot be compiled anymore (ld
# error when linking speak-ng executable). I suppose some incompatbilty
# between old code / new compiler.
espeak-version: ['1.48.15', '1.50', '1.51.1']

steps:
- name: Checkout phonemizer
Expand Down

0 comments on commit e880f51

Please sign in to comment.