Skip to content

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

Diff for: .github/scripts/on-release.sh

+1
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)