Help creating OSX build with github actions #579
-
For a friend, I'm trying to create an OSX build of my in-development modules (I don't own a mac), so I enabled the github actions on my fork to let github build one for me, but in my test build it skipped several of the steps and it did not produce a binary at the end. I'm not sure why. See the recent test build here Here is my mac-build.yml that I copied the mac section verbatim from the main build.yml (I disabled the main build.yml and irc.yml) Most likely it is skipping it due to the
but I don't know what would make this evaluate to true (or why it would be false in my case). Any pointers on how to make an OSX build (without owning a mac) are appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
cardinal build takes too long, so it is done in 2 steps for some systems. first it builds all dependencies, and then when those are in cache it builds cardinal. |
Beta Was this translation helpful? Give feedback.
cardinal build takes too long, so it is done in 2 steps for some systems. first it builds all dependencies, and then when those are in cache it builds cardinal.
so just either push a new commit to the repo or manually trigger a rebuild of the last action.