Skip to content

Commit 7e47e27

Browse files
authored
Update build_esp32.yml
1 parent 743f8ed commit 7e47e27

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build_esp32.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
- name: Setup IDF
5757
# if: steps.cache-esp-idf.outputs.cache-hit != 'true'
5858
run: |
59+
pwd
60+
cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
5961
source ./micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1
6062
- name: Cache tflm
6163
id: cache-tflm
@@ -68,8 +70,8 @@ jobs:
6870
- name: Setup Build for Tensorflow
6971
# if: steps.cache-tflm.outputs.cache-hit != 'true'
7072
run: |
71-
72-
source ./esp-idf/export.sh
73+
cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
74+
# source ./esp-idf/export.sh
7375
7476
pip3 install Pillow
7577
pip3 install Wave
@@ -83,7 +85,8 @@ jobs:
8385
8486
- name: Build micropython cross compiler
8587
run: |
86-
source ./esp-idf/export.sh
88+
# source ./esp-idf/export.sh
89+
cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples
8790
cd ./micropython
8891
echo "make -C mpy-cross V=1 clean all"
8992
make -C mpy-cross V=1 clean all

0 commit comments

Comments
 (0)