We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbedfc commit a9ece46Copy full SHA for a9ece46
.github/workflows/test-compile-sketch.yml
@@ -115,7 +115,7 @@ jobs:
115
arduino-cli lib install --git-url https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
116
117
- name: Compile Sketch
118
- run: arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example_01_BasicReadings
+ run: arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example_01_BasicReadings --library .
119
# note using a dev branch of the toolkit until version published
120
# - name: Compile Sketch
121
# uses: arduino/compile-sketches@v1.1.0
0 commit comments