Skip to content

Commit a9ece46

Browse files
committed
debugging ...
1 parent 9bbedfc commit a9ece46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-compile-sketch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
arduino-cli lib install --git-url https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
116116
117117
- name: Compile Sketch
118-
run: arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example_01_BasicReadings
118+
run: arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example_01_BasicReadings --library .
119119
# note using a dev branch of the toolkit until version published
120120
# - name: Compile Sketch
121121
# uses: arduino/compile-sketches@v1.1.0

0 commit comments

Comments
 (0)