1 parent e39a187 commit 957d3c5Copy full SHA for 957d3c5
1 file changed
.github/workflows/main.yml
@@ -431,7 +431,7 @@ jobs:
431
fi
432
if [[ "$BOARD" =~ "rp2040:rp2040:" ]]; then
433
arduino --pref "boardsmanager.additional.urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" --save-prefs ;
434
- arduino --install-boards rp2040:rp2040:4.5.4 ;
+ arduino --install-boards rp2040:rp2040:4.6.0 ;
435
arduino --board $BOARD --save-prefs ;
436
if [[ "$BOARD" =~ "rp2040:rp2040:rpipicow" ]]; then
437
arduino --pref "custom_freq=rpipicow_120" --save-prefs ;
0 commit comments