File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -200,12 +200,14 @@ actions:
200200 chroot : true
201201 command : |
202202 export ARDUINO_DIRECTORIES_DATA=/home/arduino/.arduino15 \
203- && arduino-cli core install arduino:zephyr --additional-urls=https://arduino:[email protected] /zephyr-core-imola.json \ 203+ && arduino-cli core install arduino:zephyr \
204204 && arduino-cli cache clean \
205205 && arduino-cli lib download MsgPack \
206206 && arduino-cli lib download DebugLog \
207207 && arduino-cli lib download ArxContainer \
208- && arduino-cli lib download ArxTypeTraits
208+ && arduino-cli lib download ArxTypeTraits \
209+ && arduino-cli lib download Arduino_RPClite \
210+ && arduino-cli lib download Arduino_RouterBridge
209211
210212 - action : run
211213 description : Optimize toolchain
You can’t perform that action at this time.
0 commit comments