mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:35:57 +00:00
Install libspeechd-dev on Ubuntu.
This commit is contained in:
parent
e6dca3dc89
commit
3bedc1335e
|
@ -6,6 +6,8 @@ install:
|
|||
- cmd: appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- cmd: rustup-init -y --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- sh: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --default-host x86_64-unknown-linux-gnu
|
||||
- sh: apt-get update
|
||||
- sh: apt-get install -y libspeechd-dev
|
||||
- cmd: set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- sh: source $HOME/.cargo/env
|
||||
- rustc -vV
|
||||
|
|
Loading…
Reference in New Issue
Block a user