Skip to content

Commit

Permalink
Get ESP32 builds working again
Browse files Browse the repository at this point in the history
ESP32 Arduino has changed their test infrastructure, need to adjust
  • Loading branch information
earlephilhower committed Apr 16, 2024
1 parent b3c4166 commit 45f5f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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"
Expand Down

0 comments on commit 45f5f46

Please sign in to comment.