We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72833f commit b6b1cc3Copy full SHA for b6b1cc3
.github/workflows/generate-index.yml
@@ -42,13 +42,9 @@ jobs:
42
run: |
43
arduino-cli core update-index -v
44
arduino-cli version
45
- arduino-cli core install arduino:samd@${{ env.SAMD_V }} -v
46
- arduino-cli core install arduino:megaavr@${{ env.MEGAAVR_V }} -v
47
- arduino-cli core install arduino:mebd_nano@${{ env.MBED_NANO_V }} -v
48
- env:
49
- SAMD_V: "1.18.11"
50
- MEGAAVR_V: "1.8.7"
51
- MBED_NANO_V: "2.2.0"
+ arduino-cli core install arduino:samd@1.18.11 -v
+ arduino-cli core install arduino:megaavr@1.8.7 -v
+ arduino-cli core install arduino:mebd_nano@$2.2.0 -v
52
53
- name: Install dependencies
54
run: task poetry:install-deps
0 commit comments