Skip to content

Commit ffb6160

Browse files
authored
Fix CI Build
The Arduino Sensor Kit is explicitly targetting the Arduino Uno. Therefore we do not need a CI build for the Arduino Zero (although it would fit on the sensor kit shield when only considering the form factor).
1 parent c3527f7 commit ffb6160

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- fqbn: arduino:megaavr:uno2018
4444
platforms: |
4545
- name: arduino:megaavr
46-
- fqbn: arduino:samd:arduino_zero_edbg
47-
platforms: |
48-
- name: arduino:samd
4946
5047
steps:
5148
- name: Checkout repository

0 commit comments

Comments
 (0)