Skip to content

Commit a614288

Browse files
committed
fix example path
1 parent 2cdceca commit a614288

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
@@ -106,7 +106,7 @@ jobs:
106106
arduino-cli lib install 'SparkFun Toolkit'
107107
108108
- name: Compile Sketch
109-
run: arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example01_BasicReadings --library .
109+
run: arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example_01_BasicReadings --library .
110110

111111
# outputs:
112112
# report-artifact-name: ${{ steps.report-artifact-name.outputs.report-artifact-name }}

0 commit comments

Comments
 (0)