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
1 changed files with 1 additions and 0 deletions

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