Skip to content

Commit 4493e49

Browse files
committed
Fix renesas fqbn
1 parent 08fb006 commit 4493e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
matrix:
4040
board:
4141
- fqbn: arduino:mbed_portenta:envie_m7
42-
platforms: |
43-
- name: arduino:mbed_portenta
44-
- fqbn: arduino:renesas_portenta
42+
type: arduino:mbed_portenta
43+
- fqbn: arduino:renesas_portenta:portenta_c33
44+
type: renesas_portenta
4545

4646
steps:
4747
- name: Checkout repository

0 commit comments

Comments
 (0)