Skip to content

Commit

Permalink
Seems nightly is broken right now - stable it is everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 22, 2020
1 parent f520072 commit d7a7f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,22 @@ jobs:
feature: tui-unix
- build: macos
os: macos-latest
rust: nightly
rust: stable
target: x86_64-apple-darwin
feature: tui-unix
- build: win-msvc
os: windows-2019
rust: nightly
rust: stable
target: x86_64-pc-windows-msvc
feature: tui-crossplatform
- build: win-gnu
os: windows-2019
rust: nightly-x86_64-gnu
rust: stable-x86_64-gnu
target: x86_64-pc-windows-gnu
feature: tui-crossplatform
- build: win32-msvc
os: windows-2019
rust: nightly
rust: stable
target: i686-pc-windows-msvc
feature: tui-crossplatform

Expand Down

0 comments on commit d7a7f9c

Please sign in to comment.