Skip to content

Commit

Permalink
fix up windows targets
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Aug 31, 2022
1 parent 63d7747 commit 7e2dde2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 7e2dde2

Please sign in to comment.