1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 07:29:37 +00:00

Make sure we can build wasm32-unknown-unknown target.

This commit is contained in:
Nolan Darilek 2020-07-06 13:00:17 -05:00
parent 7ae3faac63
commit 61edbce301

View File

@ -14,6 +14,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libspeechd-dev
cargo build --release
cargo build --release --target wasm32-unknown-unknown
build_windows:
name: Build Windows