File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1414 tensorflow_micropython_esp32_build :
1515 runs-on : ubuntu-latest
1616 container :
17- image : espressif/idf:release- v4.4
17+ image : espressif/idf:v4.3.1
1818 steps :
1919 - name : setup
2020 run : |
5353 # with:
5454 # path: ./esp-idf
5555 # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.esp-idf-commit }}
56- - name : Setup IDF
57- # if: steps.cache-esp-idf.outputs.cache-hit != 'true'
58- run : |
59- source /__w/tensorflow-micropython-examples/tensorflow-micropython-examples/micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1
60-
6156 - name : Setup Build for Tensorflow
6257# if: steps.cache-tflm.outputs.cache-hit != 'true'
6358 run : |
7368
7469 - name : Build micropython cross compiler
7570 run : |
76- # source ./esp-idf/export.sh
7771 cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
7872 cd ./micropython
7973 echo "make -C mpy-cross V=1 clean all"
You can’t perform that action at this time.
0 commit comments