From b017c1e517ab5eaf2dad8e79ee06a561c3b53df4 Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Tue, 1 Aug 2023 15:32:05 +0200 Subject: [PATCH] remove core installation from CI, this is no more required with the plugin system --- .github/workflows/generate-index.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/generate-index.yml b/.github/workflows/generate-index.yml index b98b8da..5d069a1 100644 --- a/.github/workflows/generate-index.yml +++ b/.github/workflows/generate-index.yml @@ -44,12 +44,8 @@ jobs: arduino-cli core update-index -v arduino-cli version arduino-cli core install arduino:samd@${{ env.SAMD_V }} -v - arduino-cli core install arduino:megaavr@${{ env.MEGAAVR_V }} -v - arduino-cli core install arduino:mbed_nano@${{ env.MBED_NANO_V }} -v env: SAMD_V: 1.8.11 - MEGAAVR_V: 1.8.7 - MBED_NANO_V: 2.4.1 - name: Install dependencies run: |