Skip to content

Commit

Permalink
Update build_esp32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocleiri authored Jan 26, 2025
1 parent 743f8ed commit 7e47e27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- name: Setup IDF
# if: steps.cache-esp-idf.outputs.cache-hit != 'true'
run: |
pwd
cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
source ./micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1
- name: Cache tflm
id: cache-tflm
Expand All @@ -68,8 +70,8 @@ jobs:
- name: Setup Build for Tensorflow
# if: steps.cache-tflm.outputs.cache-hit != 'true'
run: |
source ./esp-idf/export.sh
cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
# source ./esp-idf/export.sh
pip3 install Pillow
pip3 install Wave
Expand All @@ -83,7 +85,8 @@ jobs:
- name: Build micropython cross compiler
run: |
source ./esp-idf/export.sh
# source ./esp-idf/export.sh
cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
cd ./micropython
echo "make -C mpy-cross V=1 clean all"
make -C mpy-cross V=1 clean all
Expand Down

0 comments on commit 7e47e27

Please sign in to comment.