-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): add back nim build for windows #23
Conversation
There are quite a few options wrt fixing this -- compile for windows on linux and then run on windows to check it works (this is what I've been doing locally) switch to msvc to se if that fixes the directive issues |
setup-nim takes about 5 minutes -- we likely want to cache this or just directly install choosenim instead |
We can use cargo xwin for windows here, but will need to switch everything to mcvc |
This now works wwith gnu, so closing |
This adds back nim builds for windows in the CI