Skip to content

Commit 39d0f3f

Browse files
committed
use a dev branch of the toolkit for now
1 parent 308fa33 commit 39d0f3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,15 @@ jobs:
9393
- name: Branch name
9494
run: echo running on branch ${GITHUB_REF##*/}
9595

96+
# note using a dev branch of the toolkit until version published
9697
- name: Compile Sketch
9798
uses: arduino/compile-sketches@v1.1.0
9899
with:
99100
platforms: ${{ matrix.board.platforms }}
100101
fqbn: ${{ matrix.board.fqbn }}
101102
libraries: |
102103
- source-path: ./
103-
- name: "SparkFun Toolkit"
104+
- source-url: https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
104105
sketch-paths: |
105106
- examples/Example_01_BasicReadings
106107
enable-warnings-report: true

0 commit comments

Comments
 (0)