Skip to content

Commit

Permalink
remove core installation from CI, this is no more required with the p…
Browse files Browse the repository at this point in the history
…lugin system
  • Loading branch information
umbynos committed Aug 1, 2023
1 parent 1012f64 commit b017c1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b017c1e

Please sign in to comment.