From 8cbfff84cd03a5e20e0d6b361f162f889c756ec6 Mon Sep 17 00:00:00 2001 From: Mathieu Bernard Date: Thu, 1 Aug 2024 14:24:52 +0200 Subject: [PATCH] fixing CI --- .github/workflows/macos.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 1c98a03..44fe9d3 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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: |