aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
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