Skip to content

Commit

Permalink
ArduinoCI update core to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 4, 2024
1 parent 3677f99 commit 1e0c9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
arduino-cli config init ;
arduino-cli config add board_manager.additional_urls https://espressif.github.io/arduino-esp32/package_esp32_index.json ;
arduino-cli core update-index ;
arduino-cli core install esp32:esp32@2.0.17 ;
arduino-cli core install esp32:esp32@3.0.5 ;
- name: Build examples
run: |
Expand Down

0 comments on commit 1e0c9b9

Please sign in to comment.