Remove `--verbose` flag.

This commit is contained in:
Nolan Darilek 2020-06-09 10:59:41 -05:00
parent 964670f8c6
commit b691124d3f
1 changed files with 2 additions and 2 deletions

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