Skip to content

Commit b6b1cc3

Browse files
committed
remove env var for version
1 parent a72833f commit b6b1cc3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/generate-index.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,9 @@ jobs:
4242
run: |
4343
arduino-cli core update-index -v
4444
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"
45+
arduino-cli core install arduino:samd@1.18.11 -v
46+
arduino-cli core install arduino:megaavr@1.8.7 -v
47+
arduino-cli core install arduino:mebd_nano@$2.2.0 -v
5248
5349
- name: Install dependencies
5450
run: task poetry:install-deps

0 commit comments

Comments
 (0)