-
Notifications
You must be signed in to change notification settings - Fork 75
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 compiling on staging branch #97
Conversation
Uuuhh i'm confused why it compiled before but it failed only now |
🤷 maybe u didn't annotate the branch, but gh actions did it for you? |
uh, perhaps, i am not actually sure what you mean by annotating the branch |
Meant to say tag* but I'm not sure on it either actually. 🤔 |
thanks stackoverflow |
If I'm understanding the stackoverflow answer, using So when you created the branch, the |
Ah alright. I'll merge this then and hopefully it's fine - this branch is temporary anyway it's only for testing the simulated v2 on the new API. |
Honestly I didn't fully look at what change your made relevant to the paints PR - I saw the ❌ and immediately looked into what failed, not seeing that this wasn't fully necessary as you just stripped |
Yeah it wasn't actually meant to touch that PR, that branch is just there because it's faster to use github ci than to spin up VMs for each system I'd want it to compile for |
I believe this workaround change is causing your issue.
Related: Chatterino#3664 (comment) - I assume the
staged-release
branch you created was annotated.