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
+2 -1
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