Skip to content

Commit f4ac379

Browse files
committed
Fix compile examples workflow
1 parent f703173 commit f4ac379

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile-examples.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
platforms: |
6060
- name: arduino:mbed_nicla
6161
artifact-name-suffix: arduino-mbed_nicla-nicla_vision
62+
additional-sketch-paths: |
63+
- examples/Standby_WakeFromRTC_NiclaVision
6264
6365
steps:
6466
- name: Checkout repository
@@ -74,7 +76,8 @@ jobs:
7476
- source-path: ./
7577
- name: Arduino_PF1550
7678
- name: Arduino_LowPowerPortentaH7
77-
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
79+
- name: Arduino_LowPowerPortentaC33
80+
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerNiclaVision.git
7881
sketch-paths: |
7982
${{ env.UNIVERSAL_SKETCH_PATHS }}
8083
${{ matrix.board.additional-sketch-paths }}

0 commit comments

Comments
 (0)