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() {
2457
2457
# Install astyle
2458
2458
# Save the current folder
2459
2459
local -r previousFolder=" $PWD "
2460
- mkdir " ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} /astyle"
2460
+ mkdir --parents " ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} /astyle"
2461
2461
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"
2462
2462
tar --extract --file=" ${ARDUINO_CI_SCRIPT_TEMPORARY_FOLDER} /astyle.tar.gz" --directory=" ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} "
2463
2463
cd " ${ARDUINO_CI_SCRIPT_APPLICATION_FOLDER} /astyle/build/gcc"
You can’t perform that action at this time.
0 commit comments