Skip to content

Commit 1756e88

Browse files
committed
Fixes pathing in workflow
1 parent bf1c3e4 commit 1756e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
libraries: |
100100
- source-path: ./
101101
sketch-paths: |
102-
- examples/IoT_Motor_WiFi_Access
102+
- Examples/IoT_Motor_WiFi_Access
103103
enable-warnings-report: true
104104
enable-deltas-report: true
105105
verbose: true

0 commit comments

Comments
 (0)