File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments