summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:24:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:24:23 +0800
commit5b7696cb2c40a14a5deb26193d8d74212a01c141 (patch)
tree38cf3b943bc9786da19c60fdcafc0745ed821ad4
parentd7a7f9ccf810f90e80b4b04c0252ed8eab2b17e7 (diff)
nigthly is definitely required for windows builds, let's hope that works
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4aa33ab..56e6ce2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -100,12 +100,12 @@ jobs:
feature: tui-crossplatform
- build: win-gnu
os: windows-2019
- rust: stable-x86_64-gnu
+ rust: nightly-x86_64-gnu
target: x86_64-pc-windows-gnu
feature: tui-crossplatform
- build: win32-msvc
os: windows-2019
- rust: stable
+ rust: nightly
target: i686-pc-windows-msvc
feature: tui-crossplatform