Skip to content

Commit

Permalink
try to fix windows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Jul 12, 2021
1 parent 6c33978 commit 0949878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -217,7 +217,7 @@ jobs:
rust: stable-msvc
target: i686-pc-windows-msvc
- os: windows-latest
rust: 1.52.0-stable-msvc
rust: 1.52.0-msvc
target: x86_64-pc-windows-msvc
- os: windows-latest
rust: stable-msvc
Expand All @@ -235,13 +235,13 @@ jobs:
rust: nightly-msvc
target: x86_64-pc-windows-msvc
- os: windows-latest
rust: 1.52.0-stable-gnu
rust: 1.52.0-gnu
target: i686-pc-windows-gnu
- os: windows-latest
rust: stable-gnu
target: i686-pc-windows-gnu
- os: windows-latest
rust: 1.52.0-stable-gnu
rust: 1.52.0-gnu
target: x86_64-pc-windows-gnu
- os: windows-latest
rust: stable-gnu
Expand Down

0 comments on commit 0949878

Please sign in to comment.