godot-go / godot-go

Go bindings for Godot 4.3 GDExtension API
MIT License
543 stars 25 forks source link

Github Action Runner for windows CI: OOM failure #90

Closed pcting closed 12 months ago

pcting commented 1 year ago

Is your feature request related to a problem? Please describe. windows CI is failing because the free tier of the runner is running out of memory compiling godot-go

Describe the solution you'd like Setup a self-hosted runner with more memory.

Describe alternatives you've considered We can try to somehow split up the main gdextension package into smaller packages; this should reduce the memory pressure.