We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ab3c3 commit a7fea7fCopy full SHA for a7fea7f
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