From 5b7696cb2c40a14a5deb26193d8d74212a01c141 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 22 Jul 2020 14:24:23 +0800 Subject: nigthly is definitely required for windows builds, let's hope that works --- .github/workflows/release.yml | 4 ++-- 1 file 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 -- cgit v1.2.3