File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 54
54
- ~/Arduino/libraries/MFRC522/examples/rfid_read_personal_data
55
55
- ~/Arduino/libraries/MFRC522/examples/rfid_write_personal_data
56
56
- ~/Arduino/libraries/WiFi101/examples
57
+ - ~/Arduino/libraries/WiFiNINA/examples
57
58
58
59
strategy :
59
60
fail-fast : false
@@ -176,12 +177,6 @@ jobs:
176
177
- name : Install ArduinoCore-API
177
178
run : mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
178
179
179
- - name : Checkout Adafruit WiFiNINA
180
- uses : actions/checkout@v2
181
- with :
182
- repository : adafruit/WiFiNINA
183
- path : adafruit/WiFiNINA
184
-
185
180
- name : Checkout Basic examples
186
181
uses : actions/checkout@v2
187
182
with :
@@ -239,6 +234,7 @@ jobs:
239
234
- name: MKRNB
240
235
- name: LoRa
241
236
- name: MKRWAN
237
+ - name: WiFiNINA
242
238
platforms : |
243
239
# Use Board Manager to install the latest release of Arduino megaAVR Boards to get the toolchain
244
240
- name: "arduino:samd"
@@ -248,5 +244,5 @@ jobs:
248
244
sketch-paths : |
249
245
${{ env.UNIVERSAL_SKETCH_PATHS }}
250
246
${{ matrix.additional-sketch-paths }}
251
- enable-size- deltas-report : ' false'
247
+ enable-deltas-report : ' false'
252
248
verbose : ' true'
You can’t perform that action at this time.
0 commit comments