We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54454d0 commit eb47e71Copy full SHA for eb47e71
1 file changed
tests/common.sh
@@ -354,6 +354,7 @@ function install_arduino_cli()
354
exit 2
355
esac
356
357
+ mkdir -p $(dirname $path)
358
cp -v arduino-cli $path
359
chmod +x $path
360
0 commit comments