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 5e19236 commit 7195f96Copy full SHA for 7195f96
.github/workflows/test-compile-sketch.yml
@@ -110,6 +110,8 @@ jobs:
110
- name: Arduino - Install libraries
111
run: |
112
arduino-cli config set library.enable_unsafe_install true
113
+ arduino-cli version
114
+ arduino-cli lib install --git-url https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
115
arduino-cli lib install --git-url https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
116
117
- name: Compile Sketch
0 commit comments