Skip to content

Commit 76b77bf

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ jobs:
107107
libraries: |
108108
- source-url: https://github.com/${{github.repository}}.git
109109
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+
- '"./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/**"'
122122
enable-warnings-report: true
123123
# verbose: true
124124

0 commit comments

Comments
 (0)