Skip to content

Commit

Permalink
Fix Windows CI to run both -msvc and -gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel authored Apr 28, 2024
1 parent a2e3ae4 commit 5fab300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
profile: minimal
override: true
target: "x86_64-pc-windows-gnu"
target: "x86_64-pc-windows-msvc"
- name: "Test on the native x86_64-pc-windows-mscv"
run: cargo test --all-features --workspace
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
Expand Down

0 comments on commit 5fab300

Please sign in to comment.