From 95f6842949a35ad8cd4b94cac952357ca2dc4140 Mon Sep 17 00:00:00 2001 From: Michael O'Cleirigh Date: Sun, 26 Jan 2025 17:00:22 -0500 Subject: [PATCH] Update build_esp32.yml change to espressif v4.3.1 --- .github/workflows/build_esp32.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build_esp32.yml b/.github/workflows/build_esp32.yml index 4d9b434..78c714f 100644 --- a/.github/workflows/build_esp32.yml +++ b/.github/workflows/build_esp32.yml @@ -14,7 +14,7 @@ jobs: tensorflow_micropython_esp32_build: runs-on: ubuntu-latest container: - image: espressif/idf:release-v4.4 + image: espressif/idf:v4.3.1 steps: - name: setup run: | @@ -53,11 +53,6 @@ jobs: # with: # path: ./esp-idf # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.esp-idf-commit }} - - name: Setup IDF - # if: steps.cache-esp-idf.outputs.cache-hit != 'true' - run: | - source /__w/tensorflow-micropython-examples/tensorflow-micropython-examples/micropython/tools/ci.sh && ci_esp32_setup_helper v4.3.1 - - name: Setup Build for Tensorflow # if: steps.cache-tflm.outputs.cache-hit != 'true' run: | @@ -73,7 +68,6 @@ jobs: - name: Build micropython cross compiler run: | - # source ./esp-idf/export.sh cd /__w/tensorflow-micropython-examples/tensorflow-micropython-examples cd ./micropython echo "make -C mpy-cross V=1 clean all"