Skip to content

Commit

Permalink
added msvc target, .exe extension for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvDh committed Jan 25, 2024
1 parent 3e8f8d6 commit 8607b6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rust-cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@ jobs:
os: windows-latest
target: aarch64-pc-windows-msvc
bin: umm.exe
name: umm-aarch64-pc-windows-msvc
name: umm-aarch64-pc-windows-msvc.exe

- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-gnu
bin: umm.exe
name: umm-x86_64-pc-windows-gnu
name: umm-x86_64-pc-windows-gnu.exe

- os_name: Windows-x86_64-msvc
os: windows-latest
target: x86_64-pc-windows-msvc
bin: umm.exe
name: umm-x86_64-pc-windows-msvc.exe

- os_name: macOS-x86_64
os: macOS-latest
Expand Down

0 comments on commit 8607b6e

Please sign in to comment.