Skip to content

Commit 0065b7f

Browse files
Added esp8266 build in workflow script
1 parent c23b979 commit 0065b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
"arduino:samd:mkrnb1500",
1515
"arduino:samd:mkrwifi1010",
1616
"arduino:samd:nano_33_iot",
17-
"arduino:samd:mkrvidor4000"
17+
"arduino:samd:mkrvidor4000",
18+
'"esp8266:esp8266:huzzah" "http://arduino.esp8266.com/stable/package_esp8266com_index.json"'
1819
]
1920

2021
steps:

0 commit comments

Comments
 (0)