Skip to content

Commit 5945c9d

Browse files
committedOct 10, 2023
Fix that path
1 parent f00db8a commit 5945c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/compile-sketch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- source-path: ./
101101
sketch-paths: |
102102
- examples/Example20_SendCustomCommand
103-
- examples/NEO-M8P-2/Example2_StartRTCMBase_virtual/Example2_StartRTCMBase_virtual
103+
- examples/NEO-M8P-2/Example2_StartRTCMBase_virtual
104104
enable-warnings-report: true
105105
enable-deltas-report: true
106106
# verbose: true

0 commit comments

Comments
 (0)
Please sign in to comment.