Skip to content

Commit

Permalink
fix(release): Fix arduino-cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Aug 2, 2024
1 parent 0d4ffcf commit cddaba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/on-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ fi
# Test the package JSONs

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

echo "Testing $PACKAGE_JSON_DEV install ..."
Expand Down

0 comments on commit cddaba6

Please sign in to comment.