Skip to content

Commit

Permalink
Further fixes and debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-maker committed Jan 1, 2025
1 parent 8ea3e9c commit 70c9702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.ci_scripts/compile-arduino-sketches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ find "$SKETCHES" -name "*.ino" | while read sketch; do
echo "Compilation failed for $sketch"
exit_result=1
fi
echo "result: exit_result"
echo "result: $exit_result"

else
echo "Skipping $sketch (blacklisted)"
Expand Down

0 comments on commit 70c9702

Please sign in to comment.