File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2457,7 +2457,7 @@ function check_code_formatting() {
24572457 # Install astyle
24582458 # Save the current folder
24592459 local -r previousFolder=" $PWD "
2460- mkdir " ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} /astyle"
2460+ mkdir --parents " ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} /astyle"
24612461 wget --no-verbose $ARDUINO_CI_SCRIPT_QUIET_OPTION --output-document=" ${ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER} /astyle.tar.gz" " https://iweb.dl.sourceforge.net/project/astyle/astyle/astyle%203.1/astyle_3.1_linux.tar.gz"
24622462 tar --extract --file=" ${ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER} /astyle.tar.gz" --directory=" ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} "
24632463 cd " ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} /astyle/build/gcc"
You can’t perform that action at this time.
0 commit comments