Skip to content

Commit e958b1e

Browse files
committed
Convert keys to lists
1 parent aa8aade commit e958b1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ jobs:
4646
platforms: |
4747
- name: arduino:mbed_portenta
4848
artifact-name-suffix: arduino-mbed_portenta-envie_m7
49-
additional-sketch-paths: examples/Standby_WakeFromRTC_C33
49+
additional-sketch-paths: |
50+
- examples/Standby_WakeFromRTC_C33
5051
- fqbn: arduino:renesas_portenta:portenta_c33
5152
platforms: |
5253
- name: arduino:renesas_portenta
5354
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
54-
additional-sketch-paths: examples/Standby_WakeFromRTC_H7
55+
additional-sketch-paths: |
56+
- examples/Standby_WakeFromRTC_H7
5557
5658
steps:
5759
- name: Checkout repository

0 commit comments

Comments
 (0)