Skip to content

Commit 348300a

Browse files
committed
Add Arduino_DebugUtils dependency in compile-examples workflow
1 parent 5d86c0c commit 348300a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/compile-examples.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,17 @@ jobs:
3535
- fqbn: arduino:mbed:envie_m7
3636
platforms: |
3737
- name: arduino:mbed
38+
libraries: |
39+
- name: Arduino_DebugUtils
3840
sketch-paths: |
3941
- examples/OTA_Qspi_Flash
4042
- examples/OTA_SD_Portenta
4143
- examples/OTA_Usage_Portenta
4244
- fqbn: arduino:mbed_nicla:nicla_vision
4345
platforms: |
4446
- name: arduino:mbed_nicla
47+
libraries: |
48+
- name: Arduino_DebugUtils
4549
sketch-paths: |
4650
- examples/OTA_Qspi_Flash
4751
- examples/OTA_Usage_Portenta
@@ -59,8 +63,7 @@ jobs:
5963
libraries: |
6064
# Install the library from the local path.
6165
- source-path: ./
62-
# Additional library dependencies can be listed here.
63-
# See: https://github.com/arduino/compile-sketches#libraries
66+
${{ matrix.board.libraries }}
6467
sketch-paths: |
6568
${{ matrix.board.sketch-paths }}
6669
enable-deltas-report: true

0 commit comments

Comments
 (0)