We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6780b8c commit 2652b52Copy full SHA for 2652b52
.github/workflows/windows.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Dependencies
24
run: |
25
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
26
- python3 -m pip install pyMSVC
+ python3 -m pip install pyMSVC requests
27
28
- name: Build ESP32 port
29
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