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 308fa33 commit 39d0f3fCopy full SHA for 39d0f3f
.github/workflows/test-compile-sketch.yml
@@ -93,14 +93,15 @@ jobs:
93
- name: Branch name
94
run: echo running on branch ${GITHUB_REF##*/}
95
96
+ # note using a dev branch of the toolkit until version published
97
- name: Compile Sketch
98
uses: arduino/compile-sketches@v1.1.0
99
with:
100
platforms: ${{ matrix.board.platforms }}
101
fqbn: ${{ matrix.board.fqbn }}
102
libraries: |
103
- source-path: ./
- - name: "SparkFun Toolkit"
104
+ - source-url: https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
105
sketch-paths: |
106
- examples/Example_01_BasicReadings
107
enable-warnings-report: true
0 commit comments