Skip to content

Commit b18ec15

Browse files
authored
Merge pull request espressif#123 from adafruit/add-arduino-cli-to-action-path
correctly add arduino-cli to PATH
2 parents 81ab3c3 + a7fea7f commit b18ec15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: actions_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ mkdir ${HOME}/Arduino/libraries
2525

2626
# install arduino IDE
2727
export PATH=$PATH:$GITHUB_WORKSPACE/bin
28+
echo $GITHUB_WORKSPACE/bin >> $GITHUB_PATH
2829
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
2930
arduino-cli config init > /dev/null
3031
arduino-cli core update-index > /dev/null

0 commit comments

Comments
 (0)