Skip to content

Commit

Permalink
Merge pull request #528 from rust-lang/KodrAus-patch-2
Browse files Browse the repository at this point in the history
fix up windows targets
  • Loading branch information
KodrAus committed Aug 31, 2022
2 parents 63d7747 + 7e2dde2 commit d0a45aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -23,13 +23,13 @@ jobs:
rust: stable
- build: win32
os: windows-latest
rust: stable-i686
rust: stable-i686-pc-windows-msvc
- build: win64
os: windows-latest
rust: stable-x86_64
rust: stable-x86_64-pc-windows-msvc
- build: mingw
os: windows-latest
rust: stable-x86_64-gnu
rust: stable-x86_64-pc-windows-gnu
steps:
- uses: actions/checkout@master
- name: Install Rust
Expand Down

0 comments on commit d0a45aa

Please sign in to comment.