Closed songday closed 1 year ago
I'm not sure what's going on here. I'm using this for several different projects without any issues. Can you link to the project that had the issue?
Sorry, that's a private project, but I can create a new simple project and try again
I created a simple 'HelloWorld' project, your script worked. I guess that my code or dependencies problem
Found the reason, it's my mistake, I specify target cpu, so the builded file didn't run on other computers
Hi, thanks to provide such a good Github Action
I googled your blog
and copied ci.yml from here: https://github.com/houseabsolute/ubi/blob/master/.github/workflows/ci.yml
then changed
But this action compiled Windows binary didn't work on my laptop (exited without any output)
Linux binary didn't work either, when I ran it in console, it exited immediately with a output: Illegal instruction (Core dumped) (I didn't find the dump file
then I compiled one on my own, that worked
(same ructc version and toolchain)
My laptop:
I found file size of these two was different
Github Action created file: 4,480,512 bytes
My laptop created file: 4,401,152 bytes (a bit smaller)