Skip to content

Commit 2a21115

Browse files
committed
asdasd
1 parent 554b271 commit 2a21115

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/compile-examples.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ on: [push, pull_request]
33
jobs:
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
]
@@ -27,6 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)