File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ jobs:
116
116
run : curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
117
117
118
118
- name : Update core index
119
- run : arduino-cli core update-index --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global /package_rp2040_index.json
119
+ run : arduino-cli core update-index --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/4.4.3 /package_rp2040_index.json
120
120
121
121
- name : Install core
122
- run : arduino-cli core install --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global /package_rp2040_index.json rp2040:rp2040
122
+ run : arduino-cli core install --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/4.4.3 /package_rp2040_index.json rp2040:rp2040
123
123
124
124
- name : Install ArduinoJson
125
125
run : arduino-cli lib install ArduinoJson
You can’t perform that action at this time.
0 commit comments