Automatic publishing of Flixel project to github pages stopped working abruptly
-
Hi all,
Thought I'd post this here since it's some time that I'm going after this problem and I don't seem to have the knowledge/capabilities to solve it.
I also tried getting help on discord but people are as clueless as me, so any help or suggestion is greatly appreciated.I started using the haxeflixel game jam template's yaml and then modified it to include additional libraries I was using in my project.
Everything worked fine until it didn't anymore, and one day my build failed with this error:
Error: Could not find haxelib "haxeui-core", does it need to be installed?
I checked earlier in the log and haxeui-core seemed to have been installed correctly.This is the last build that went through, I'm not sure if the annotations under it could be related in any way.
Any help, insight, or troubleshooting suggestion is welcome.
-
I think this might be a question for @Gama11 if you're using the flixel GitHub template.
-
Thanks for helping @RichardBray, I also think Gama11 could help as they already solved so many of my problems, but I know they don't hold all of the answers.
For the record, both Gama and Ian (haxeui) already checked out my problem and kindly tried to help me, unfortunately all attempts have failed so far.
Gama11 suggested I swap lix for https://github.com/krdlab/setup-haxe in my .yml in order to check if it was a lix bug.
I tried doing that but then discovered that lix is required in order to setup flixel, so I got back to square 0 without gaining much unfortunately.Ian suggested I swap
haxelib git haxeui-core https://github.com/haxeui/haxeui-core
withgit clone https://github.com/haxeui/haxeui-core
andhaxelib dev haxeui-core haxeui-core
, so I did that and unfortunately nothing changed.Very baffling stuff