Skip to content

Commit

Permalink
it's actually libspeechd-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed May 1, 2024
1 parent 0578210 commit b4bd78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies on Linux
run: sudo apt-get install --yes build-essential libgtk-3-dev speech-dispatcher
run: sudo apt-get install --yes build-essential libgtk-3-dev libspeechd-dev
if: contains(matrix.platform.name, 'linux')
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit b4bd78f

Please sign in to comment.