Skip to content

Commit

Permalink
ESP32-C6: Actions CI build with AC 3.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Dec 7, 2023
1 parent 6a24765 commit b270251
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 @@ -198,7 +198,7 @@ jobs:
# ESP32 AC 3.0-alpha2+ can work with IDE1
if [[ "$BOARD" =~ "esp32:esp32:esp32c6" ]]; then
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
arduino --install-boards esp32:esp32:3.0.0-alpha2 ;
arduino --install-boards esp32:esp32:3.0.0-alpha3 ;
arduino --board $BOARD --save-prefs ;
arduino --pref "custom_CPUFreq=esp32c6_80" --save-prefs ;
arduino --pref "custom_DebugLevel=esp32c6_none" --save-prefs ;
Expand Down

0 comments on commit b270251

Please sign in to comment.