Skip to content

Commit 568f3a6

Browse files
committed
gh: fix CI for Portenta H7 (M4 core)
1 parent f6f20ca commit 568f3a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
matrix:
3535
board:
3636
- fqbn: arduino:mbed:nano33ble
37-
- fqbn: arduino:mbed:envie_m4
3837
- fqbn: arduino:mbed:envie_m7
3938
- fqbn: arduino:mbed:nanorp2040connect
4039
- fqbn: arduino:mbed:nicla_sense
@@ -55,7 +54,7 @@ jobs:
5554
- libraries/USBMSD/examples/Nano33BLE_FlashMassStorage
5655
- ~/Arduino/libraries/ArduinoBLE
5756
- board:
58-
fqbn: arduino:mbed:envie_m4
57+
fqbn: arduino:mbed:envie_m4:target_core=cm4
5958
additional-libraries: |
6059
- name: lvgl
6160
additional-sketch-paths: |

0 commit comments

Comments
 (0)