Skip to content

Commit cbfde6a

Browse files
committed
test
1 parent 995ac15 commit cbfde6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/sketch_utils.sh

+2
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ function build_sketch { # build_sketch <ide_path> <user_path> <path-to-ino> [ext
245245
output_file="$HOME/.arduino/cli_compile_output.txt"
246246
sizes_file="$GITHUB_WORKSPACE/cli_compile_$chunk_index.json"
247247

248+
echo "${xtra_opts[@]}"
249+
248250
mkdir -p "$ARDUINO_CACHE_DIR"
249251
for i in $(seq 0 $((len - 1))); do
250252
if [ "$len" -ne 1 ]; then

0 commit comments

Comments
 (0)