Skip to content

Commit

Permalink
fix(ci): 🐛 add windows cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 3, 2023
1 parent 2613b39 commit 7f99a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cargo install cross

# Build for Windows
rustup target add x86_64-pc-windows-gnu
cross build --target x86_64-pc-windows-gnu --release

# build for Mac
curl -L https://github.com/roblabla/MacOSX-SDKs/releases/download/13.3/MacOSX13.3.sdk.tar.xz | tar xJ
Expand Down

0 comments on commit 7f99a27

Please sign in to comment.