Skip to content

Commit 3ef87ee

Browse files
committed
Revert "CI: make clean for ESP32, just for safety"
This reverts commit 70a1e1a.
1 parent a4f1e5b commit 3ef87ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ jobs:
118118
make -C mpy-cross
119119
- name: Setup submodules esp32
120120
working-directory: micropython/ports/esp32
121-
run: |
122-
source ../../esp-idf/export.sh && make submodules
123-
make clean
121+
run: source ../../esp-idf/export.sh && make submodules
124122
- name: Build custom firmware with extmod, ESP32
125123
run: |
126124
source micropython/esp-idf/export.sh && pip install -r requirements.txt

0 commit comments

Comments
 (0)