Commit 937815e
committed
[CI] Fix build failed management
Since arduino-cli v0.11.0 '-o' options has been removed.
The script does not handle properly this case which raised
a command usage error.
Error: unknown shorthand flag: 'o' in -o
Usage:
arduino-cli compile [flags]
So this fix allows to properly handle it.
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent b12a554 commit 937815e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
0 commit comments