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 116b721 commit 3d8c53dCopy full SHA for 3d8c53d
actions_install.sh
@@ -17,6 +17,7 @@ mkdir ${HOME}/Arduino
17
mkdir ${HOME}/Arduino/libraries
18
19
# install arduino IDE
20
+export PATH=$PATH:$GITHUB_WORKSPACE/bin
21
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh 2>&1
22
arduino-cli config init > /dev/null
23
arduino-cli core update-index > /dev/null
0 commit comments