Skip to content

Commit

Permalink
ESP32-S3: work around Linux build issue 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 b270251 commit 7c3b829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ jobs:
arduino --pref "custom_PSRAM=esp32c6_enabled" --save-prefs ;
arduino --pref "custom_PartitionScheme=esp32c6_huge_app" --save-prefs ;
arduino --pref "custom_UploadSpeed=esp32c6_921600" --save-prefs ;
cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.0.0-alpha3 ;
sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
cd $GITHUB_WORKSPACE ;
fi
if [[ "$BOARD" =~ "STM32:stm32:" ]]; then
Expand Down

0 comments on commit 7c3b829

Please sign in to comment.