Skip to content

Commit 1ffe811

Browse files
authored
Pin Arduino CLI version used in CI to 0.13.0 (#222)
When the version is not pinnec, the latest release is used (currently 0.14.0). This version has an incompatibility with the combination of ArduinoIoTCloud and ESP8266. The easy workaround is to use the previous Arduino CLI version to get the CI system working again. Once the real fix for the issue is found, this commit should be reverted so the CI system can benefit from the ongoing development work on Arduino CLI.
1 parent d04bf5b commit 1ffe811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
- name: Compile examples
180180
uses: arduino/compile-sketches@main
181181
with:
182+
cli-version: 0.13.0
182183
platforms: ${{ matrix.platforms }}
183184
fqbn: ${{ matrix.board.fqbn }}
184185
libraries: |

0 commit comments

Comments
 (0)