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 995ac15 commit cbfde6aCopy full SHA for cbfde6a
.github/scripts/sketch_utils.sh
@@ -245,6 +245,8 @@ function build_sketch { # build_sketch <ide_path> <user_path> <path-to-ino> [ext
245
output_file="$HOME/.arduino/cli_compile_output.txt"
246
sizes_file="$GITHUB_WORKSPACE/cli_compile_$chunk_index.json"
247
248
+ echo "${xtra_opts[@]}"
249
+
250
mkdir -p "$ARDUINO_CACHE_DIR"
251
for i in $(seq 0 $((len - 1))); do
252
if [ "$len" -ne 1 ]; then
0 commit comments