We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81ab3c3 + a7fea7f commit b18ec15Copy full SHA for b18ec15
actions_install.sh
@@ -25,6 +25,7 @@ mkdir ${HOME}/Arduino/libraries
25
26
# install arduino IDE
27
export PATH=$PATH:$GITHUB_WORKSPACE/bin
28
+echo $GITHUB_WORKSPACE/bin >> $GITHUB_PATH
29
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
30
arduino-cli config init > /dev/null
31
arduino-cli core update-index > /dev/null
0 commit comments