@@ -16,25 +16,25 @@ jobs:
1616with :
1717release :' 9-2019-q4' # The arm-none-eabi-gcc release to use.
1818
19- -uses :actions/setup-python@v5
20- with :
21- python-version :' 3.10'
19+ # - uses: actions/setup-python@v5
20+ # with:
21+ # python-version: '3.10'
2222
23- -name :Install Dependencies
24- run :|
25- winget install --accept-source-agreements --accept-package-agreements ezwinports.make
26- python3 -m pip install pyMSVC requests
23+ # - name: Install Dependencies
24+ # run: |
25+ # winget install --accept-source-agreements --accept-package-agreements ezwinports.make
26+ # python3 -m pip install pyMSVC requests
2727
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
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
3030
31- -name :Build STM32 port
32- run :python3 make.py stm32 submodules clean mpy_cross BOARD=STM32H7B3I_DK DISPLAY=rgb_display INDEV=gt911
31+ # - name: Build STM32 port
32+ # run: python3 make.py stm32 submodules clean mpy_cross BOARD=STM32H7B3I_DK DISPLAY=rgb_display INDEV=gt911
3333
34- -name :Build Raspberry Pi PICO port
35- run :python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
34+ # - name: Build Raspberry Pi PICO port
35+ # run: python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
3636
37- -name :Build Windows port
38- run :python3 make.py windows submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
37+ # - name: Build Windows port
38+ # run: python3 make.py windows submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
3939
4040