File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,19 @@ jobs:
106
106
fqbn : ${{ matrix.board.fqbn }}
107
107
libraries : |
108
108
- source-url: https://github.com/${{github.repository}}.git
109
- sketch-path : ' "Example10_AltitudeMSL" "Example11_ResetModule" "Example12_UseUart" "Example13_PVT" "Example14_DebugOutput" "Example15_GetDateTime" "Example16_Nanosecond_MaxOutput" "Example16_PartialSecond_MaxOutput" "Example17_Geofence" "Example18_PowerSaveMode" "Example19_DynamicModel" "Example20_SendCustomCommand"'
109
+ sketch-paths : |
110
+ - '"examples/Example10_AltitudeMSL"'
111
+ - '"examples/Example11_ResetModule"'
112
+ - '"examples/Example12_UseUart"'
113
+ - '"examples/Example13_PVT"'
114
+ - '"examples/Example14_DebugOutput"'
115
+ - '"examples/Example15_GetDateTime"'
116
+ - '"examples/Example16_Nanosecond_MaxOutput"'
117
+ - '"examples/Example16_PartialSecond_MaxOutput"'
118
+ - '"examples/Example17_Geofence"'
119
+ - '"examples/Example18_PowerSaveMode"'
120
+ - '"examples/Example19_DynamicModel"'
121
+ - '"examples/Example20_SendCustomCommand"'
110
122
enable-warnings-report : true
111
123
# verbose: true
112
124
You can’t perform that action at this time.
0 commit comments