We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8aade commit e958b1eCopy full SHA for e958b1e
.github/workflows/compile-examples.yml
@@ -46,12 +46,14 @@ jobs:
46
platforms: |
47
- name: arduino:mbed_portenta
48
artifact-name-suffix: arduino-mbed_portenta-envie_m7
49
- additional-sketch-paths: examples/Standby_WakeFromRTC_C33
+ additional-sketch-paths: |
50
+ - examples/Standby_WakeFromRTC_C33
51
- fqbn: arduino:renesas_portenta:portenta_c33
52
53
- name: arduino:renesas_portenta
54
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
- additional-sketch-paths: examples/Standby_WakeFromRTC_H7
55
56
+ - examples/Standby_WakeFromRTC_H7
57
58
steps:
59
- name: Checkout repository
0 commit comments