We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121a199 commit 61328c7Copy full SHA for 61328c7
actions_install.sh
@@ -16,3 +16,7 @@ mkdir ${HOME}/.arduino15/packages
16
mkdir ${HOME}/Arduino
17
mkdir ${HOME}/Arduino/libraries
18
19
+# install arduino IDE
20
+curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh 2>&1
21
+arduino-cli config init > /dev/null
22
+arduino-cli core update-index > /dev/null
0 commit comments