Skip to content

Commit

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

0 comments on commit 0578210

Please sign in to comment.