Skip to content

Commit

Permalink
[RA4M1] bump Arduino Core up to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Oct 14, 2024
1 parent d3ff893 commit d7cd171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
fi
if [[ "$BOARD" =~ "arduino:renesas_uno:" ]]; then
arduino --pref "boardsmanager.additional.urls=https://downloads.arduino.cc/packages/package_index.json" --save-prefs ;
arduino --install-boards arduino:renesas_uno:1.2.1 ;
arduino --install-boards arduino:renesas_uno:1.2.2 ;
arduino --board $BOARD --save-prefs ;
wget https://github.com/arduino-libraries/ArduinoBLE/archive/refs/tags/${ARDUINO_BLE_VERSION}.tar.gz ;
tar xzf ${ARDUINO_BLE_VERSION}.tar.gz ;
Expand Down

0 comments on commit d7cd171

Please sign in to comment.