Skip to content

Commit 424e3fd

Browse files
committed
Swap example sketches in workflow file
1 parent 598c6ce commit 424e3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: arduino:mbed_portenta
4848
artifact-name-suffix: arduino-mbed_portenta-envie_m7
4949
additional-sketch-paths: |
50-
- examples/Standby_WakeFromRTC_C33
50+
- examples/Standby_WakeFromRTC_H7
5151
- fqbn: arduino:renesas_portenta:portenta_c33
5252
platforms: |
5353
- name: arduino:renesas_portenta
5454
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
5555
additional-sketch-paths: |
56-
- examples/Standby_WakeFromRTC_H7
56+
- examples/Standby_WakeFromRTC_C33
5757
5858
steps:
5959
- name: Checkout repository

0 commit comments

Comments
 (0)