aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-04 07:47:09 +0100
committerAkshay <[email protected]>2020-08-04 07:47:09 +0100
commit403d114d8296fe37dbdb509449a2fee2badb8d37 (patch)
tree05bb0d1cc7aced39fed3049c30221e30281698c4 /.github/workflows/main.yml
parent807f945a08e0ff28968194c098a0a05a6a79ba09 (diff)
add feature to compile on windows, switch to termion
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
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