We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1012f64 commit b017c1eCopy full SHA for b017c1e
.github/workflows/generate-index.yml
@@ -44,12 +44,8 @@ jobs:
44
arduino-cli core update-index -v
45
arduino-cli version
46
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
49
env:
50
SAMD_V: 1.8.11
51
- MEGAAVR_V: 1.8.7
52
- MBED_NANO_V: 2.4.1
53
54
- name: Install dependencies
55
run: |
0 commit comments