Make backend explicit

This commit is contained in:
Dheepak Krishnamurthy 2020-07-27 02:41:56 -06:00
parent 50dce6379d
commit 19655051f7
2 changed files with 2 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
if: matrix.os != 'windows-latest'
with:
command: build
args: --release --target=${{ matrix.target }}
args: --release --features=termion-backend --target=${{ matrix.target }}
- uses: actions-rs/cargo@v1
if: matrix.os == 'windows-latest'
with: