Skip to content

Commit 2652b52

Browse files
committed
updates the esp32 build
1 parent 6780b8c commit 2652b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependencies
2424
run: |
2525
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
26-
python3 -m pip install pyMSVC
26+
python3 -m pip install pyMSVC requests
2727
2828
- name: Build ESP32 port
2929
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911

0 commit comments

Comments
 (0)