Skip to content

Commit

Permalink
install arduino-cli instead Arduino IDE (espressif#8961)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Saavedra Vaz <lucas.vaz@espressif.com>
  • Loading branch information
P-R-O-C-H-Y and lucasssvaz authored Dec 5, 2023
1 parent c005319 commit 8520725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/tests_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ while [ ! -z "$1" ]; do
shift
done

source ${SCRIPTS_DIR}/install-arduino-ide.sh
#source ${SCRIPTS_DIR}/install-arduino-ide.sh
source ${SCRIPTS_DIR}/install-arduino-cli.sh
source ${SCRIPTS_DIR}/install-arduino-core-esp32.sh

args="-ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH"
Expand Down

0 comments on commit 8520725

Please sign in to comment.