Skip to content

Commit

Permalink
Fix compile examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Nov 25, 2024
1 parent f703173 commit f4ac379
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
platforms: |
- name: arduino:mbed_nicla
artifact-name-suffix: arduino-mbed_nicla-nicla_vision
additional-sketch-paths: |
- examples/Standby_WakeFromRTC_NiclaVision
steps:
- name: Checkout repository
Expand All @@ -74,7 +76,8 @@ jobs:
- source-path: ./
- name: Arduino_PF1550
- name: Arduino_LowPowerPortentaH7
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
- name: Arduino_LowPowerPortentaC33
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerNiclaVision.git
sketch-paths: |
${{ env.UNIVERSAL_SKETCH_PATHS }}
${{ matrix.board.additional-sketch-paths }}
Expand Down

0 comments on commit f4ac379

Please sign in to comment.