Skip to content

Commit

Permalink
Swap example sketches in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Jun 4, 2024
1 parent b49b303 commit c389b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: arduino:mbed_portenta
artifact-name-suffix: arduino-mbed_portenta-envie_m7
additional-sketch-paths: |
- examples/Standby_WakeFromRTC_C33
- examples/Standby_WakeFromRTC_H7
- fqbn: arduino:renesas_portenta:portenta_c33
platforms: |
- name: arduino:renesas_portenta
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
additional-sketch-paths: |
- examples/Standby_WakeFromRTC_H7
- examples/Standby_WakeFromRTC_C33
steps:
- name: Checkout repository
Expand Down

0 comments on commit c389b7b

Please sign in to comment.