Skip to content

Commit b017c1e

Browse files
committed
remove core installation from CI, this is no more required with the plugin system
1 parent 1012f64 commit b017c1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/generate-index.yml

-4
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ jobs:
4444
arduino-cli core update-index -v
4545
arduino-cli version
4646
arduino-cli core install arduino:samd@${{ env.SAMD_V }} -v
47-
arduino-cli core install arduino:megaavr@${{ env.MEGAAVR_V }} -v
48-
arduino-cli core install arduino:mbed_nano@${{ env.MBED_NANO_V }} -v
4947
env:
5048
SAMD_V: 1.8.11
51-
MEGAAVR_V: 1.8.7
52-
MBED_NANO_V: 2.4.1
5349

5450
- name: Install dependencies
5551
run: |

0 commit comments

Comments
 (0)