File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,15 @@ on: [push, pull_request]
33jobs :
44 build :
55 runs-on : ubuntu-latest
6+ env :
7+ LIBRARIES : WiFi101 WiFiNINA
68
79 strategy :
810 matrix :
911 fqbn : [
1012 " arduino:samd:mkr1000" ,
1113 " arduino:samd:mkrwifi1010" ,
1214 " arduino:samd:nano_33_iot" ,
13- " arduino:samd:mkrgsm1400" ,
14- " arduino:samd:mkrnb1500" ,
15- " arduino:samd:mkrwan1300" ,
16- " arduino:samd:mkrwan1310" ,
1715 " arduino:megaavr:uno2018" ,
1816 ' "esp8266:esp8266:huzzah" "https://arduino.esp8266.com/stable/package_esp8266com_index.json"'
1917 ]
2725 uses : arduino/actions/libraries/compile-examples@master
2826 with :
2927 fqbn : ${{ matrix.fqbn }}
28+ libraries : ${{ env.LIBRARIES }}
3029 - name : compile-examples for ESP8266 boards
3130 if : startsWith(matrix.fqbn, '"esp8266:esp8266')
3231 uses : arduino/actions/libraries/compile-examples@master
You can’t perform that action at this time.
0 commit comments