Skip to content

Commit

Permalink
[RA4M1] bump Arduino Core up to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Dec 5, 2024
1 parent 2e9ff12 commit 223ba00
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 @@ -400,7 +400,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.2 ;
arduino --install-boards arduino:renesas_uno:1.3.1 ;
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 223ba00

Please sign in to comment.