mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Make backend explicit
This commit is contained in:
parent
50dce6379d
commit
19655051f7
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue