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 @@ -123,10 +123,10 @@ jobs:
123
123
run : curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
124
124
125
125
- name : Update core index
126
- run : arduino-cli core update-index --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global /package_rp2040_index.json
126
+ run : arduino-cli core update-index --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/4.4.4 /package_rp2040_index.json
127
127
128
128
- name : Install core
129
- run : arduino-cli core install --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global /package_rp2040_index.json rp2040:rp2040
129
+ run : arduino-cli core install --additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/4.4.4 /package_rp2040_index.json rp2040:rp2040
130
130
131
131
- name : Install ArduinoJson
132
132
run : arduino-cli lib install ArduinoJson
You can’t perform that action at this time.
0 commit comments