Skip to content

Commit 87b607c

Browse files
committed
hopefully fixes esp32 build
1 parent a98dd0a commit 87b607c

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/macOS.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
with:
2020
python-version: '3.10'
2121

22+
- uses: espressif/esp-idf-ci-action@v1
23+
with:
24+
esp_idf_version: v5.0.4
25+
target: esp32s3
26+
path: 'lib/esp-idf'
27+
2228
- name: Install Dependencies
2329
run: brew install --force gcc libffi cmake ninja make
2430

2531
- name: Build ESP32 port
26-
uses: espressif/esp-idf-ci-action@v1
27-
with:
28-
esp_idf_version: v5.0.4
29-
target: esp32s3
30-
path: 'lib/esp-idf'
31-
3232
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
3333

3434
- name: Build STM32 port

.github/workflows/unix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
with:
2121
python-version: '3.10'
2222

23+
- uses: espressif/esp-idf-ci-action@v1
24+
with:
25+
esp_idf_version: v5.0.4
26+
target: esp32s3
27+
path: 'lib/esp-idf'
28+
2329
- name: Install Deps
2430
run: sudo apt-get install --force-yes -y build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev
2531

2632
- name: Build ESP32 port
27-
uses: espressif/esp-idf-ci-action@v1
28-
with:
29-
esp_idf_version: v5.0.4
30-
target: esp32s3
31-
path: 'lib/esp-idf'
32-
3333
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
3434

3535
- name: Build STM32 port

.github/workflows/windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
with:
2020
python-version: '3.10'
2121

22+
- uses: espressif/esp-idf-ci-action@v1
23+
with:
24+
esp_idf_version: v5.0.4
25+
target: esp32s3
26+
path: 'lib/esp-idf'
27+
2228
- name: Install Dependencies
2329
run: |
2430
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
2531
python3 -m pip install pyMSVC
2632
2733
- name: Build ESP32 port
28-
uses: espressif/esp-idf-ci-action@v1
29-
with:
30-
esp_idf_version: v5.0.4
31-
target: esp32s3
32-
path: 'lib/esp-idf'
33-
3434
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
3535

3636
- name: Build STM32 port

0 commit comments

Comments
 (0)