Skip to content

Commit b82a129

Browse files
committed
Update compile-sketch.yml
1 parent 93d9473 commit b82a129

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- name: Checkout
8989
uses: actions/checkout@v2
90-
90+
9191
- name: Branch name
9292
run: echo running on branch ${GITHUB_REF##*/}
9393

@@ -97,7 +97,7 @@ jobs:
9797
platforms: ${{ matrix.board.platforms }}
9898
fqbn: ${{ matrix.board.fqbn }}
9999
libraries: |
100-
- source-url: https://github.com/${{github.repository}}/tree/${{GITHUB_REF##*/}}.git
100+
- source-url: https://github.com/tree/AssistNow.git
101101
sketch-paths: |
102102
- examples/Example10_AltitudeMSL
103103
- examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C
@@ -106,7 +106,6 @@ jobs:
106106
- examples/Example14_DebugOutput
107107
- examples/Example15_GetDateTime
108108
- examples/Example16_Nanosecond_MaxOutput
109-
- examples/Example16_PartialSecond_MaxOutput
110109
- examples/Example18_PowerSaveMode
111110
- examples/Example19_DynamicModel
112111
- examples/Example20_SendCustomCommand

0 commit comments

Comments
 (0)