File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ arduino-cli core install esp32:esp32
437437if [ $? -ne 0 ]; then echo " ERROR: Failed to install esp32 ($? )" ; exit 1; fi
438438
439439echo " Compiling example ..."
440- arduino-cli compile --fqbn espressif :esp32:esp32 $GITHUB_WORKSPACE /libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
440+ arduino-cli compile --fqbn esp32 :esp32:esp32 $GITHUB_WORKSPACE /libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
441441if [ $? -ne 0 ]; then echo " ERROR: Failed to compile example ($? )" ; exit 1; fi
442442
443443echo " Uninstalling esp32 ..."
@@ -457,7 +457,7 @@ if [ "$RELEASE_PRE" == "false" ]; then
457457 if [ $? -ne 0 ]; then echo " ERROR: Failed to install esp32 ($? )" ; exit 1; fi
458458
459459 echo " Compiling example ..."
460- arduino-cli compile --fqbn espressif :esp32:esp32 $GITHUB_WORKSPACE /libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
460+ arduino-cli compile --fqbn esp32 :esp32:esp32 $GITHUB_WORKSPACE /libraries/ESP32/examples/CI/CIBoardsTest/CIBoardsTest.ino
461461 if [ $? -ne 0 ]; then echo " ERROR: Failed to compile example ($? )" ; exit 1; fi
462462
463463 echo " Uninstalling esp32 ..."
You can’t perform that action at this time.
0 commit comments