Get ESP32 builds working again

ESP32 Arduino has changed their test infrastructure, need to adjust
This commit is contained in:
Earle F. Philhower, III 2024-04-16 16:52:46 -07:00
parent b3c41668a2
commit abe0689c26
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ if [ "$BUILD_TYPE" = "build" ]; then
elif [ "$BUILD_TYPE" = "build_esp32" ]; then
install_arduino
install_esp32 "$HOME/arduino_ide"
mkdir -p "$HOME/Arduino/hardware"
install_esp32 "$HOME/Arduino"
export FQBN="espressif:esp32:esp32:PSRAM=enabled,PartitionScheme=huge_app"
mkdir -p "$GITHUB_WORKSPACE/hardware"
ln -s "$GITHUB_WORKSPACE/../" "$GITHUB_WORKSPACE/libraries"