From d036f58740cab22f586f910dd9e6757d21f60272 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Jul 2026 20:29:23 +0000 Subject: [PATCH 1/2] Initial plan From 008a3643d3c55edc1f194d87189af251d8e06079 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Jul 2026 20:30:32 +0000 Subject: [PATCH 2/2] Pin Arduino CLI to 1.0.3 in sketch workflow --- .github/workflows/checkSketches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checkSketches.yml b/.github/workflows/checkSketches.yml index 1eeb3059..753a0829 100644 --- a/.github/workflows/checkSketches.yml +++ b/.github/workflows/checkSketches.yml @@ -35,6 +35,8 @@ jobs: # On 20240702, cli was installed at /opt/hostedtoolcache/arduino-cli/1.0.3/x64/arduino-cli - name: Install Arduino CLI uses: arduino/setup-arduino-cli@v2 + with: + version: 1.0.3 - name: Add JSON URL to Arduino CLI config run: arduino-cli config init; arduino-cli config add board_manager.additional_urls https://raw.githubusercontent.com/DeqingSun/ch55xduino/ch55xduino/package_ch55xduino_mcs51_index.json