We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f1e5b commit 3ef87eeCopy full SHA for 3ef87ee
1 file changed
.github/workflows/build.yaml
@@ -118,9 +118,7 @@ jobs:
118
make -C mpy-cross
119
- name: Setup submodules esp32
120
working-directory: micropython/ports/esp32
121
- run: |
122
- source ../../esp-idf/export.sh && make submodules
123
- make clean
+ run: source ../../esp-idf/export.sh && make submodules
124
- name: Build custom firmware with extmod, ESP32
125
run: |
126
source micropython/esp-idf/export.sh && pip install -r requirements.txt
0 commit comments