#Linux MSVC cross-compile help

6 messages · Page 1 of 1 (latest)

hazy inlet
#

I have previously made some Windows build on the Linux machine. However, after I installed a new cargo crate, it broke. How do I fix this issue?

static forge
#

(responding here instead of in the thread)
Unfortunately I don't know how to fix this, I'm on the side of not doing cross compiling, it's generally way more effort than it's worth when you can just build the project in CI/CD :\ Like, instead of bothering with all this, just push your project to GitHub and you have access to free runners that actually run Linux, Windows and even Mac

hazy inlet
#

hmm

#

can you share a sample windows build GH action?