espressif / esp-idf-ci-action

GitHub Action for ESP32 CI
MIT License
59 stars 24 forks source link

Add custom IDF Source option (RDT-770) #41

Closed timoxd7 closed 2 months ago

timoxd7 commented 2 months ago

Info

Added option to not only use the default espressif-hosted IDF, but also use a custom root.

Why?

Having a custom version of IDF with own hosted docker image making it impossible to use this action without modifications. With this, the action is still compatible with all current installations but adds an option to use custom root.

timoxd7 commented 2 months ago

Included in #43