Skip to content

Commit

Permalink
fix: use msvc instead of gnu for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 16, 2024
1 parent d78b0e0 commit bb8129d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cargo test --verbose
- name: Build
run: |
cargo build --verbose --release --target=x86_64-pc-windows-gnu
cargo build --verbose --release --target=x86_64-pc-windows-msvc
build-macos:

Expand Down

0 comments on commit bb8129d

Please sign in to comment.