kivy / kivy-sdk-packager

Scripts for Kivy SDK generation on Windows, OS X and Linux
MIT License
40 stars 32 forks source link

Setup Python before processing ANGLE build #121

Closed misl6 closed 1 month ago

misl6 commented 1 month ago

Fixes build not completing due to Python unavailability.

Uses actions/setup-python and removes hacky fix that prevents Python to be available in PATH.