diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-22 14:34:38 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-22 14:34:38 +0800 |
commit | 601eee2219f6f135e65b5783e3180a82d8f316c0 (patch) | |
tree | 7548257d91e709aa7ae9eac0a61d026dac2ba69c /.github | |
parent | 5b7696cb2c40a14a5deb26193d8d74212a01c141 (diff) |
And one moreā¦
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56e6ce2..52bc277 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: feature: tui-unix - build: win-msvc os: windows-2019 - rust: stable + rust: nightly target: x86_64-pc-windows-msvc feature: tui-crossplatform - build: win-gnu |