Skip to content

Commit

Permalink
add alsay-utils to make sure aplay installed
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Nov 13, 2024
1 parent 5d91c30 commit 4625b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'Linux'
run: sudo apt-get update -q -q && sudo apt-get install --yes espeak-ng libespeak1
run: sudo apt-get update -q -q && sudo apt-get install --yes espeak-ng libespeak1 alsa-utils
- if: runner.os == 'macOS'
run: brew install espeak-ng
- name: Download and install eSpeak-NG
Expand Down

0 comments on commit 4625b59

Please sign in to comment.