File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,17 @@ jobs:
35
35
- fqbn : arduino:mbed:envie_m7
36
36
platforms : |
37
37
- name: arduino:mbed
38
+ libraries : |
39
+ - name: Arduino_DebugUtils
38
40
sketch-paths : |
39
41
- examples/OTA_Qspi_Flash
40
42
- examples/OTA_SD_Portenta
41
43
- examples/OTA_Usage_Portenta
42
44
- fqbn : arduino:mbed_nicla:nicla_vision
43
45
platforms : |
44
46
- name: arduino:mbed_nicla
47
+ libraries : |
48
+ - name: Arduino_DebugUtils
45
49
sketch-paths : |
46
50
- examples/OTA_Qspi_Flash
47
51
- examples/OTA_Usage_Portenta
59
63
libraries : |
60
64
# Install the library from the local path.
61
65
- source-path: ./
62
- # Additional library dependencies can be listed here.
63
- # See: https://github.com/arduino/compile-sketches#libraries
66
+ ${{ matrix.board.libraries }}
64
67
sketch-paths : |
65
68
${{ matrix.board.sketch-paths }}
66
69
enable-deltas-report : true
You can’t perform that action at this time.
0 commit comments