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

Remove --verbose flag.

This commit is contained in:
Nolan Darilek 2020-06-09 10:59:41 -05:00
parent 964670f8c6
commit b691124d3f

View File

@ -13,7 +13,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y libspeechd-dev
cargo build --release --verbose
cargo build --release
build_windows:
name: Build Windows
@ -22,4 +22,4 @@ jobs:
- uses: actions/checkout@v2
- run: |
choco install -y llvm
cargo build --release --verbose
cargo build --release