Skip to content

Commit 68a2936

Browse files
committed
Merge branch 'master' into test
2 parents 800c30b + ec1b512 commit 68a2936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/sketch_utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <target> <pat
398398
else
399399
start_index=$(( $chunk_index * $chunk_size ))
400400
if [ "$sketchcount" -le "$start_index" ]; then
401+
echo "No sketches to build"
401402
return 0
402403
fi
403404

0 commit comments

Comments
 (0)