Skip to content

Commit

Permalink
try to fix CI by not using nightly toolchains on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 18, 2022
1 parent c7ea529 commit b20e01c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-platform-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
target: x86_64-apple-darwin
- build: win-msvc
os: windows-2019
rust: nightly
rust: stable
target: x86_64-pc-windows-msvc
- build: win-gnu
os: windows-2019
rust: nightly-x86_64-gnu
rust: stable
target: x86_64-pc-windows-gnu
- build: win32-msvc
os: windows-2019
rust: nightly
rust: stable
target: i686-pc-windows-msvc

steps:
Expand Down

0 comments on commit b20e01c

Please sign in to comment.