Include esp32c3 build step

This commit is contained in:
David Ellefsen
2024-03-07 16:03:01 +02:00
committed by Thomas Göttgens
parent 766beefbc5
commit b65b9e5d65
4 changed files with 74 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ jobs:
sed -i '/DDEBUG_HEAP/d' ./arch/esp32/esp32.ini
sed -i '/DDEBUG_HEAP/d' ./arch/esp32/esp32s2.ini
sed -i '/DDEBUG_HEAP/d' ./arch/esp32/esp32s3.ini
sed -i '/DDEBUG_HEAP/d' ./arch/esp32/esp32c3.ini
- name: Build ESP32
run: bin/build-esp32.sh ${{ inputs.board }}