8000 fix(release): Fix arduino-cli path · felmue/arduino-esp32@cddaba6 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cddaba6

Browse files
committed
fix(release): Fix arduino-cli path
1 parent 0d4ffcf commit cddaba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/on-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ fi
424424
# Test the package JSONs
425425

426426
echo "Installing arduino-cli ..."
427+
export PATH="/home/runner/bin:$PATH"
427428
source ./.github/scripts/install-arduino-cli.sh
428429

429430
echo "Testing $PACKAGE_JSON_DEV install ..."

0 commit comments

Comments
 (0)
0