From e95c9afce9e37f80ea723b025c024a88475adc1a Mon Sep 17 00:00:00 2001 From: Michael O'Cleirigh Date: Sun, 26 Jan 2025 16:27:08 -0500 Subject: [PATCH] Update build_esp32.yml Try to fix build problem by building on the espressif idf 4.4 container directly. --- .github/workflows/build_esp32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_esp32.yml b/.github/workflows/build_esp32.yml index c9a92fb..2e5f38b 100644 --- a/.github/workflows/build_esp32.yml +++ b/.github/workflows/build_esp32.yml @@ -12,7 +12,7 @@ on: jobs: tensorflow_micropython_esp32_build: - runs-on: ubuntu-latest + runs-on: espressif/idf:release-v4.4 steps: - name: Checkout repository