File tree 1 file changed +3
-4
lines changed
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]
3
3
jobs :
4
4
build :
5
5
runs-on : ubuntu-latest
6
+ env :
7
+ LIBRARIES : WiFi101 WiFiNINA
6
8
7
9
strategy :
8
10
matrix :
9
11
fqbn : [
10
12
" arduino:samd:mkr1000" ,
11
13
" arduino:samd:mkrwifi1010" ,
12
14
" arduino:samd:nano_33_iot" ,
13
- " arduino:samd:mkrgsm1400" ,
14
- " arduino:samd:mkrnb1500" ,
15
- " arduino:samd:mkrwan1300" ,
16
- " arduino:samd:mkrwan1310" ,
17
15
" arduino:megaavr:uno2018" ,
18
16
' "esp8266:esp8266:huzzah" "https://arduino.esp8266.com/stable/package_esp8266com_index.json"'
19
17
]
27
25
uses : arduino/actions/libraries/compile-examples@master
28
26
with :
29
27
fqbn : ${{ matrix.fqbn }}
28
+ libraries : ${{ env.LIBRARIES }}
30
29
- name : compile-examples for ESP8266 boards
31
30
if : startsWith(matrix.fqbn, '"esp8266:esp8266')
32
31
uses : arduino/actions/libraries/compile-examples@master
You can’t perform that action at this time.
0 commit comments