Skip to content

Commit

Permalink
debug arduino ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 23, 2024
1 parent 86ba834 commit 6f1ed25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ jobs:
cd $GITHUB_WORKSPACE ;
if [[ "$BOARD" =~ "esp32:esp32:" ]]; then
echo $EXAMPLES
echo $PWD
echo $GITHUB_WORKSPACE
arduino-cli compile -besp32:esp32:esp32s3 --library . $PWD/$EXAMPLES ;
fi ;

0 comments on commit 6f1ed25

Please sign in to comment.