MausTec / edge-o-matic-3000

Firmware for the Edge-o-Matic 3000
GNU General Public License v3.0
103 stars 29 forks source link

[Toolchain/Actions] Github Actions runner can't build on Linux. #69

Closed MauAbata closed 6 months ago

MauAbata commented 6 months ago

The specific version of ESP-IDF cannot be found on Linux. It builds fine on my machine, so perhaps I should change the action runner to macos-latest instead and see if that fixes it? PlatformIO is usually a bit behind ESP-IDF in releases, so I am not surprised there is struggle here. This is still better than manually trying to orchestrate builds against the IDF.

enthusiasticimagination commented 6 months ago

It looks like the latest available version in the PlatformIO registry is 3.40406.240122 - maybe they went back to putting build numbers at the end of the version number like they did on earlier releases?

enthusiasticimagination commented 6 months ago

Maybe it'll get a bit further with #70...

MauAbata commented 6 months ago

That checks out. Approved the run, we'll see what happens. Thanks for checking on this, been hella busy over here.