We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3048196 commit cd95789Copy full SHA for cd95789
.github/scripts/sketch_utils.sh
@@ -382,8 +382,8 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <target> <pat
382
echo "Start Sketch: $start_num"
383
echo "End Sketch : $end_index"
384
385
+ sizes_file="$GITHUB_WORKSPACE/cli_compile_$chunk_index.json"
386
if [ $log_compilation ]; then
- sizes_file="$GITHUB_WORKSPACE/cli_compile_$chunk_index.json"
387
#echo board,target and start of sketches to sizes_file json
388
echo "{ \"board\": \"$fqbn\",
389
\"target\": \"$target\",
@@ -453,4 +453,4 @@ case "$cmd" in
453
echo "ERROR: Unrecognized command"
454
echo "$USAGE"
455
exit 2
456
-esac
+esac
0 commit comments