Skip to content

Commit

Permalink
ESP32.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Sep 29, 2024
1 parent b187a06 commit f59ee3b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f59ee3b

Please sign in to comment.