diff options
author | Akshay <[email protected]> | 2020-08-04 07:47:09 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-04 07:47:09 +0100 |
commit | 403d114d8296fe37dbdb509449a2fee2badb8d37 (patch) | |
tree | 05bb0d1cc7aced39fed3049c30221e30281698c4 /.github/workflows | |
parent | 807f945a08e0ff28968194c098a0a05a6a79ba09 (diff) |
add feature to compile on windows, switch to termion
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c07d9b..8786029 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
@@ -106,7 +106,7 @@ jobs: | |||
106 | 106 | ||
107 | - name: Build for windows | 107 | - name: Build for windows |
108 | shell: bash | 108 | shell: bash |
109 | run: cargo build --release | 109 | run: cargo build --release --no-default-features --features "crossterm-backend" |
110 | 110 | ||
111 | - name: Upload binaries to release | 111 | - name: Upload binaries to release |
112 | uses: svenstaro/upload-release-action@v1-release | 112 | uses: svenstaro/upload-release-action@v1-release |