File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -202,10 +202,11 @@ actions:
202202 export ARDUINO_DIRECTORIES_DATA=/home/arduino/.arduino15 \
203203 && arduino-cli core install arduino:zephyr --additional-urls=https://arduino:aptexperiment@apt-repo.oniudra.cc/zephyr-core-imola.json \
204204 && arduino-cli cache clean \
205- && arduino-cli lib download MsgPack \
206- && arduino-cli lib download DebugLog \
207- && arduino-cli lib download ArxContainer \
208- && arduino-cli lib download ArxTypeTraits
205+ && arduino-cli lib download MsgPack@0.4.2 \
206+ && arduino-cli lib download DebugLog@0.8.4 \
207+ && arduino-cli lib download ArxContainer@0.7.0 \
208+ && arduino-cli lib download ArxTypeTraits@0.3.1 \
209+ && arduino-cli lib download ArxTypeTraits@0.3.2
209210
210211 - action : run
211212 description : Optimize toolchain
You can’t perform that action at this time.
0 commit comments