Skip to content

Commit b31fef7

Browse files
authored
ESP32.yml aktualisieren
1 parent 3d55ebb commit b31fef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ESP32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
# git submodule update --init --depth 1
8989
cd mpy-cross
9090
make
91-
cd ~/micropython/ports/esp32
92-
make submodules
91+
9392
echo "Micropython setup successfully"
9493
source ~/micropython/tools/ci.sh && echo "IDF_VER=$IDF_VER" >> $GITHUB_ENV
9594
@@ -180,7 +179,8 @@ jobs:
180179
echo "FW_NAME=${BUILD_TARGET}" >> $GITHUB_ENV
181180
FINAL_CMD="${IDF_CMD} build"
182181
fi
183-
make USER_C_MODULES=${{ github.workspace }}/src/micropython.cmake BOARD=$BOARD_NAME submodules
182+
183+
make BOARD=$BOARD_NAME submodules
184184
echo "Running command: $FINAL_CMD"
185185
eval $FINAL_CMD
186186
cd ~/micropython/ports/esp32/build-${BUILD_TARGET}

0 commit comments

Comments
 (0)