From 69a26700d08404eb27ae1e5b73dd552a99edd2e1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 13 Jan 2021 21:47:45 -0800 Subject: [PATCH] Pin Arduino CLI version used in CI to 0.13.0 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. --- .github/workflows/compile-examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 594788ae4..0efe2c596 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -179,6 +179,7 @@ jobs: - name: Compile examples uses: arduino/compile-sketches@main with: + cli-version: 0.13.0 platforms: ${{ matrix.platforms }} fqbn: ${{ matrix.board.fqbn }} libraries: |