Install esp32:esp32 platform correctly in CI workflow #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change causes the latest release of the ESP32 boards platform to be installed via Boards Manager and the sketches to be compiled for its "ESP32 Wrover Module" board (https://github.com/espressif/arduino-esp32/blob/1.0.6/boards.txt#L157).
It was not clear to me whether you truly intended to use the unstable development version of the platform from the tip of the default branch of https://github.com/espressif/arduino-esp32.git. If so, you will still want to install the release version, as was done here, in order to install the toolchain (which cloning https://github.com/espressif/arduino-esp32.git doesn't provide), but then you'll want to add an additional element to the
platforms
input list which installs the platform via Git clone, overwriting the release platform that was installed via Boards Manager:This pull request does not provide you with a working CI workflow. The run is still failing due to missing library dependencies (and it looks like maybe at least one sketch is incompatible with ESP32), but it gets you one step closer to that goal.