We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3382b68 commit 2818806Copy full SHA for 2818806
.github/workflows/compile-examples.yml
@@ -39,10 +39,14 @@ jobs:
39
matrix:
40
board:
41
- fqbn: arduino:mbed_portenta:envie_m7
42
- type: arduino:mbed_portenta
+ platforms: |
43
+ - name: arduino:mbed_portenta
44
- fqbn: arduino:renesas_portenta:portenta_c33
- type: renesas_portenta
45
- - fqbn: arduino:mbed:opta
46
+ - name: arduino:renesas_portenta
47
+ - fqbn: arduino:mbed_opta:opta
48
49
+ - name: arduino:mbed_opta
50
51
52
steps:
0 commit comments