Skip to content

Commit eb47e71

Browse files
committed
mkdir for cli
1 parent 54454d0 commit eb47e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common.sh

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ function install_arduino_cli()
354354
exit 2
355355
esac
356356

357+
mkdir -p $(dirname $path)
357358
cp -v arduino-cli $path
358359
chmod +x $path
359360

0 commit comments

Comments
 (0)