Skip to content

Commit 48f81ff

Browse files
committed
Update compile-sketch.yml
1 parent eb11548 commit 48f81ff

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,19 @@ jobs:
106106
fqbn: ${{ matrix.board.fqbn }}
107107
libraries: |
108108
- 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"'
110122
enable-warnings-report: true
111123
# verbose: true
112124

0 commit comments

Comments
 (0)