Skip to content

Commit aaec551

Browse files
committed
Use arduino-cli 0.10.0 by default
Latest release 0.11.0 has a bug which prevent to build properly. When arduino/arduino-cli#759 will be fixed then this commit could be revert. Signed-off-by: Frederic Pillon <[email protected]>
1 parent ed7d717 commit aaec551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: compile-examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pattern to build one or more board(s). Default `""` to build all boards defined
1010

1111
### `cli-version`
1212

13-
The version of arduino-cli to use. Default `"latest"`.
13+
The version of arduino-cli to use. Default `"0.10.0"`.
1414

1515
### `libraries`
1616

Diff for: compile-examples/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: ''
88
cli-version:
99
description: 'Version of arduino-cli to use when building'
10-
default: 'latest'
10+
default: '0.10.0'
1111
libraries:
1212
description: 'List of library dependencies to install (comma separated)'
1313
default: ''

0 commit comments

Comments
 (0)