Skip to content

Commit 7b42197

Browse files
committed
CI: do not compile examples for Mbed boards
This library relies on the HID library, which does not support the mbed_nano and mbed_portenta platforms. This should fix the recent GitHub Actions job failures.
1 parent 6441149 commit 7b42197

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ jobs:
4040
- fqbn: arduino:samd:mkrzero
4141
platforms: |
4242
- name: arduino:samd
43-
- fqbn: arduino:mbed_portenta:envie_m4
44-
platforms: |
45-
- name: arduino:mbed_portenta
46-
- fqbn: arduino:mbed_portenta:envie_m7
47-
platforms: |
48-
- name: arduino:mbed_portenta
49-
- fqbn: arduino:mbed_nano:nano33ble
50-
platforms: |
51-
- name: arduino:mbed_nano
52-
- fqbn: arduino:mbed_nano:nanorp2040connect
53-
platforms: |
54-
- name: arduino:mbed_nano
5543
5644
steps:
5745
- name: Checkout repository

0 commit comments

Comments
 (0)