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 ca744d2 commit 300d236Copy full SHA for 300d236
.github/workflows/build_boards.yml
@@ -44,14 +44,17 @@ jobs:
44
with:
45
python-version: 3.10.16
46
47
+ - name: Fetch submodules
48
+ run: |
49
+ git submodule init
50
+ git submodule update --recursive
51
+
52
- name: Setup IDF
53
run: |
54
source ./third_party/micropython/tools/ci.sh && ci_esp32_idf_setup
55
- - name: Prepare to Build Tensorflow Micropython Firmware for ESP32
56
+ - name: Prepare micropython submodules
57
- git submodule init
- git submodule update --recursive
58
cd third_party/micropython
59
git submodule update --init lib/axtls
60
git submodule update --init lib/berkeley-db-1.xx
0 commit comments