fix action
Some checks failed
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 24s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 20s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 20s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-21 23:25:23 +02:00
parent f7e8c86bbd
commit 7100f59c7f

View File

@@ -32,7 +32,7 @@ jobs:
submodules: "recursive"
- name: Delete CMakeLists.txt in components (only used for simulator build)
run: rm components/CMakeLists.txt
run: rm firmware/components/CMakeLists.txt
- name: ESP-IDF build
uses: espressif/esp-idf-ci-action@v1