Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef017ac

Browse files
committed
removes windows ci build
1 parent101fdaf commitef017ac

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

‎.github/workflows/windows.yml‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ jobs:
1616
with:
1717
release:'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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp