maiself / godot-python-extension

Python language bindings for the Godot game engine
https://godot-python-extension.readthedocs.io
MIT License
24 stars 4 forks source link

Simplify apply_type_list to not use a lambda to fix windows builds. Fixes #28. #29

Closed Ivorforce closed 3 weeks ago

Ivorforce commented 3 weeks ago

Runner will still fail because of macOS (#26), but Windows runner succeeds now.

Ivorforce commented 3 weeks ago

I'm disabling the macOS runner so that the windows runner can actually run through. macOS runner will be re-enabled in #26.

fire commented 3 weeks ago

Was merged into https://github.com/maiself/godot-python-extension/pull/26