Skip to content

Commit 08fb006

Browse files
committed
Add renesas to workflow
1 parent f5fabaa commit 08fb006

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ jobs:
3838

3939
matrix:
4040
board:
41-
# TODO: Add list of boards to compile for here:
4241
- fqbn: arduino:mbed_portenta:envie_m7
43-
# TODO: Define the board's platform dependencies here.
44-
# See: https://github.com/arduino/compile-sketches#platforms
4542
platforms: |
4643
- name: arduino:mbed_portenta
44+
- fqbn: arduino:renesas_portenta
4745

4846
steps:
4947
- name: Checkout repository

0 commit comments

Comments
 (0)