Skip to content

Commit 5b4ed82

Browse files
committed
Remove platforms from workflow
1 parent 3155424 commit 5b4ed82

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/compile-examples-profiles.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,10 @@ jobs:
4747
matrix:
4848
board:
4949
- fqbn: arduino:mbed_portenta:envie_m7
50-
platforms: |
51-
- name: arduino:mbed_portenta
5250
artifact-name-suffix: arduino-mbed_portenta-envie_m7
5351
- fqbn: arduino:renesas_portenta:portenta_c33
54-
platforms: |
55-
- name: arduino:renesas_portenta
5652
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
5753
- fqbn: arduino:mbed_opta:opta
58-
platforms: |
59-
- name: arduino:mbed_opta
6054
artifact-name-suffix: arduino-mbed_opta-opta
6155

6256
steps:
@@ -71,7 +65,6 @@ jobs:
7165
${{ env.UNIVERSAL_SKETCH_PATHS }}
7266
${{ matrix.board.additional-sketch-paths }}
7367
fqbn: ${{ matrix.board.fqbn }}
74-
platforms: ${{ matrix.board.platforms }}
7568
cli-compile-flags: |
7669
- --profile
7770
- ${{ matrix.board.fqbn }}

0 commit comments

Comments
 (0)