-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix broken Windows target #205
Comments
I think this is about the
then there are a bunch of errors about the event loop being closes which I would assume is the loop crashing after this error happens? Not sure what is causing the error, based on the log it seems like there isn't any pointer contents at all. I think we'll need to spin up a windows VM to debug this, doing it via actions seems like it will take forever |
Some more examples of when this failure occurs:
The issue seems to be transient as manually re-running the failed jobs seems to fix them after a while |
Here is another example of the failure, there is more log info on this one but the issue seems to be the same |
Our windows target is failing (https://github.com/r-three/git-theta/actions/runs/4668786682/jobs/8266325660) with
Here are some ideas on how to fix it: actions/checkout#417
The text was updated successfully, but these errors were encountered: