Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Aug 1, 2024
1 parent cecb16b commit 8cbfff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
bash setup_festival_mbrola.sh . festival
- name: Check festival
run: $PHONEMIZER_FESTIVAL_EXECUTABLE --version
run: |
ls -lA ${{ github.workspace }}/festival/build_festival/festival/bin
$PHONEMIZER_FESTIVAL_EXECUTABLE --version
- name: Install phonemizer
run: |
Expand Down

0 comments on commit 8cbfff8

Please sign in to comment.