I'd like to ask for help with building an app through GitHub Actions.
I am attempting to build my project using config based off the examples here, but I am getting an out of memory error.
Do you know if there is maybe something I can do to work-around this error white still using the GitHub-hosted runner? Or do I need to set up a self-hosted runner that has more memory?
I set up a self-hosted runner on Azure cloud that has more memory. I'm still hoping to go back to a GitHub-hosted runner, but I'm closing this issue since I've at least got a work-around.
Hi,
I'd like to ask for help with building an app through GitHub Actions. I am attempting to build my project using config based off the examples here, but I am getting an out of memory error. Do you know if there is maybe something I can do to work-around this error white still using the GitHub-hosted runner? Or do I need to set up a self-hosted runner that has more memory?
Thanks in advance for any help.