Skip to content

Commit

Permalink
Fixed fail build at step Install Arduino cores.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 4, 2024
1 parent 51b0b30 commit 9c78382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/linux/install_arduino_cores.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Any commands which fail will cause the shell script to exit immediately
set -e

# Set current directory to local script
cd "$(dirname "$0")"

# Check Arduino CLI installation
echo Expecting Arduino IDE installed in directory: $ARDUINO_CLI_INSTALL_DIR
echo Searching for arduino cli executable...
Expand Down
2 changes: 2 additions & 0 deletions ci/windows/install_arduino_cores.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@echo off

:: Set current directory to local script
cd /d %~dp0

:: Check Arduino CLI installation
Expand Down

0 comments on commit 9c78382

Please sign in to comment.