File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 87
87
steps :
88
88
- name : Checkout
89
89
uses : actions/checkout@v2
90
-
90
+
91
91
- name : Branch name
92
92
run : echo running on branch ${GITHUB_REF##*/}
93
93
97
97
platforms : ${{ matrix.board.platforms }}
98
98
fqbn : ${{ matrix.board.fqbn }}
99
99
libraries : |
100
- - source-url: https://github.com/${{github.repository}}/ tree/${{GITHUB_REF##*/}} .git
100
+ - source-url: https://github.com/tree/AssistNow .git
101
101
sketch-paths : |
102
102
- examples/Example10_AltitudeMSL
103
103
- examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C
@@ -106,7 +106,6 @@ jobs:
106
106
- examples/Example14_DebugOutput
107
107
- examples/Example15_GetDateTime
108
108
- examples/Example16_Nanosecond_MaxOutput
109
- - examples/Example16_PartialSecond_MaxOutput
110
109
- examples/Example18_PowerSaveMode
111
110
- examples/Example19_DynamicModel
112
111
- examples/Example20_SendCustomCommand
You can’t perform that action at this time.
0 commit comments