From edaee63f1658032bdf7a0c8c4f97f91da2fffb34 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Wed, 24 Jul 2024 16:20:16 +0200 Subject: [PATCH] Revert main.yml to use the old version of arduino_cli --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 987268a..c5a538f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: - name: Install Arduino CLI uses: arduino/setup-arduino-cli@v2 with: - version: "1.0.2" + version: "0.32.2" - name: Prepare build environment run: | @@ -259,7 +259,7 @@ jobs: - name: Install Arduino CLI uses: arduino/setup-arduino-cli@v2 with: - version: "1.0.2" + version: "0.32.2" - name: Prepare build environment run: |