fix github action
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2
.github/workflows/esp32_build.yml
vendored
2
.github/workflows/esp32_build.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
- name: Delete CMakeLists.txt in components (only used for simulator build)
|
- name: Delete CMakeLists.txt in components (only used for simulator build)
|
||||||
run: rm firmware/components/CMakeLists.txt
|
run: rm -f firmware/components/CMakeLists.txt
|
||||||
|
|
||||||
- name: ESP-IDF build
|
- name: ESP-IDF build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
|
Reference in New Issue
Block a user