Install speech-dispatcher in CI for ttl (#219)

This commit is contained in:
Emil Ernerfeldt 2021-03-09 18:57:28 +01:00 committed by GitHub
parent 4c45ca113e
commit d2d074395a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get install libspeechd-dev
- uses: actions-rs/cargo@v1
with:
command: check
@ -80,7 +81,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev
- uses: actions-rs/cargo@v1
with:
command: test