microsoft / github-actions-for-desktop-apps

This repo contains a sample WPF application to demonstrate how to create CI/CD pipelines using GitHub Actions.
MIT License
352 stars 109 forks source link

Out of Memory on GitHub Runner #32

Closed davidmfinol closed 4 years ago

davidmfinol commented 4 years ago

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.

davidmfinol commented 4 years ago

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.