We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598c6ce commit 424e3fdCopy full SHA for 424e3fd
.github/workflows/compile-examples.yml
@@ -47,13 +47,13 @@ jobs:
47
- name: arduino:mbed_portenta
48
artifact-name-suffix: arduino-mbed_portenta-envie_m7
49
additional-sketch-paths: |
50
- - examples/Standby_WakeFromRTC_C33
+ - examples/Standby_WakeFromRTC_H7
51
- fqbn: arduino:renesas_portenta:portenta_c33
52
platforms: |
53
- name: arduino:renesas_portenta
54
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
55
56
- - examples/Standby_WakeFromRTC_H7
+ - examples/Standby_WakeFromRTC_C33
57
58
steps:
59
- name: Checkout repository
0 commit comments