Skip to content

Commit 95f6842

Browse files
authored
Update build_esp32.yml
change to espressif v4.3.1
1 parent 05a44fd commit 95f6842

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_esp32.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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: |
@@ -53,11 +53,6 @@ jobs:
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: |
@@ -73,7 +68,6 @@ jobs:
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"

0 commit comments

Comments
 (0)