We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f703173 commit f4ac379Copy full SHA for f4ac379
.github/workflows/compile-examples.yml
@@ -59,6 +59,8 @@ jobs:
59
platforms: |
60
- name: arduino:mbed_nicla
61
artifact-name-suffix: arduino-mbed_nicla-nicla_vision
62
+ additional-sketch-paths: |
63
+ - examples/Standby_WakeFromRTC_NiclaVision
64
65
steps:
66
- name: Checkout repository
@@ -74,7 +76,8 @@ jobs:
74
76
- source-path: ./
75
77
- name: Arduino_PF1550
78
- name: Arduino_LowPowerPortentaH7
- - 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
81
sketch-paths: |
82
${{ env.UNIVERSAL_SKETCH_PATHS }}
83
${{ matrix.board.additional-sketch-paths }}
0 commit comments