Skip to content

Commit 405198a

Browse files
committed
Revert "Pin Arduino CLI version used in CI to 0.13.0 (#222)"
This reverts commit 1ffe811. 1ffe811 was a temporary workaround for a bug in Arduino CLI 0.14.0. This was fixed with the release of Arduino CLI 0.14.1 so we are now able to go back to using the latest Arduino CLI version in the "Compile Examples" CI workflow.
1 parent 457d932 commit 405198a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ jobs:
180180
- name: Compile examples
181181
uses: arduino/compile-sketches@main
182182
with:
183-
cli-version: 0.13.0
184183
platforms: ${{ matrix.platforms }}
185184
fqbn: ${{ matrix.board.fqbn }}
186185
libraries: |

0 commit comments

Comments
 (0)