From 405198a61a06464d4692a36d2b1005434cfe2ff4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 27 Jan 2021 03:00:56 -0800 Subject: [PATCH] Revert "Pin Arduino CLI version used in CI to 0.13.0 (#222)" This reverts commit 1ffe81137251c052d5978c051d9022d4912bb9c3. 1ffe81137251c052d5978c051d9022d4912bb9c3 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. --- .github/workflows/compile-examples.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index c4d902eb9..9bc629faf 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -180,7 +180,6 @@ jobs: - name: Compile examples uses: arduino/compile-sketches@main with: - cli-version: 0.13.0 platforms: ${{ matrix.platforms }} fqbn: ${{ matrix.board.fqbn }} libraries: |