Skip to content

Commit fb59c13

Browse files
committed
Remove redundant matrix entry for MKRNB1500
1 parent 0dc7e00 commit fb59c13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
additional-sketch-paths: |
117117
- libraries/I2S/examples
118118
- libraries/SDU/examples
119+
- ~/Arduino/libraries/MKRNB/examples
119120
# nano_33_iot
120121
- board:
121122
type: "nano33IoT"
@@ -164,11 +165,6 @@ jobs:
164165
fqbn: "arduino:samd:mkrgsm1400"
165166
mkrgsm1400-sketch-paths: |
166167
- ~/Arduino/libraries/MKRGSM/examples
167-
# MKRNB1500 board
168-
- board:
169-
fqbn: "arduino:samd:mkrnb1500"
170-
additional-sketch-paths: |
171-
- ~/Arduino/libraries/MKRNB/examples
172168
# MKRWAN board
173169
- board:
174170
WAN: "true"

0 commit comments

Comments
 (0)