-
Notifications
You must be signed in to change notification settings - Fork 69
try to fix the buildwin check #67
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
Conversation
It is not because the code is failing it. Its because the CI is just a bit roughly implemented. I'm planning / working on something to do about it in the near future. Also, please update your fork by fetching from upstream and avoid using master, make a new branch for PRs instead. |
ah, it's because of that, I was already getting very confused why the build-win check passed this time because I changed the same piece of code that broke the build-win check last time. I'll make a new branch next time, that's better indeed. |
I'll close this PR then. |
as @W2Wizard mentioned here #63 (comment), the thing that downloads mingw for the buildwin check is kinda broken, this is my attempt to fix it