Skip to content

Commit a72833f

Browse files
committed
try to add ""
1 parent 7236a38 commit a72833f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
arduino-cli core install arduino:megaavr@${{ env.MEGAAVR_V }} -v
4747
arduino-cli core install arduino:mebd_nano@${{ env.MBED_NANO_V }} -v
4848
env:
49-
SAMD_V: 1.18.11
50-
MEGAAVR_V: 1.8.7
51-
MBED_NANO_V: 2.2.0
49+
SAMD_V: "1.18.11"
50+
MEGAAVR_V: "1.8.7"
51+
MBED_NANO_V: "2.2.0"
5252

5353
- name: Install dependencies
5454
run: task poetry:install-deps

0 commit comments

Comments
 (0)