From f59ee3b6947e7202a0c57440e89c19bc231ad122 Mon Sep 17 00:00:00 2001 From: Christopher Nadler <147471517+cnadler86@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:58:53 +0200 Subject: [PATCH] ESP32.yml aktualisieren --- .github/workflows/ESP32.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ESP32.yml b/.github/workflows/ESP32.yml index c191392..19fb5c2 100644 --- a/.github/workflows/ESP32.yml +++ b/.github/workflows/ESP32.yml @@ -102,13 +102,6 @@ jobs: sudo apt-get update sudo apt-get install -y git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 - # 1. Set up ESP-IDF environment for the job - - name: Set up ESP-IDF environment - run: | - cd ~/esp-idf/ - source ./export.sh - cd - - # 2. Parse Board Name and Variant - name: Parse Board Name and Variant id: parse @@ -123,6 +116,8 @@ jobs: # 3. Build MicroPython for each board - name: Build MicroPython run: | + cd ~/esp-idf/ + source ./export.sh cd ~/micropython/ports/esp32 make submodules