File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 run : |
120120 arduino-cli config set library.enable_unsafe_install true
121121 arduino-cli version
122- arduino-cli lib install --git-url https://github.com/sparkfun/SparkFun_Toolkit.git#dc0f0ca
122+ arduino-cli lib install "SparkFun Toolkit"@1.0.0
123123
124124 - name : Compile Sketch
125125 run : arduino-cli compile --fqbn ${{ matrix.board.fqbn }} examples/Example_01_BasicReadings --library .
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ category=Sensors
88url =https://github.com/sparkfun/SparkFun_Soil_Moisture_Arduino_Library
99architectures =*
1010includes =SparkFun_Soil_Moisture_Sensor.h
11- depends =SparkFun Toolkit
11+ depends =SparkFun Toolkit >=1.0.0
1212
You can’t perform that action at this time.
0 commit comments