We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c005319 commit 8520725Copy full SHA for 8520725
.github/scripts/tests_build.sh
@@ -46,7 +46,8 @@ while [ ! -z "$1" ]; do
46
shift
47
done
48
49
-source ${SCRIPTS_DIR}/install-arduino-ide.sh
+#source ${SCRIPTS_DIR}/install-arduino-ide.sh
50
+source ${SCRIPTS_DIR}/install-arduino-cli.sh
51
source ${SCRIPTS_DIR}/install-arduino-core-esp32.sh
52
53
args="-ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH"
0 commit comments