File tree 1 file changed +2
-2
lines changed
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
437
437
if [ $? -ne 0 ]; then echo " ERROR: Failed to install esp32 ($? )" ; exit 1; fi
438
438
439
439
echo " 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
441
441
if [ $? -ne 0 ]; then echo " ERROR: Failed to compile example ($? )" ; exit 1; fi
442
442
443
443
echo " Uninstalling esp32 ..."
@@ -457,7 +457,7 @@ if [ "$RELEASE_PRE" == "false" ]; then
457
457
if [ $? -ne 0 ]; then echo " ERROR: Failed to install esp32 ($? )" ; exit 1; fi
458
458
459
459
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
461
461
if [ $? -ne 0 ]; then echo " ERROR: Failed to compile example ($? )" ; exit 1; fi
462
462
463
463
echo " Uninstalling esp32 ..."
You can’t perform that action at this time.
0 commit comments