Skip to content

Commit af42e3b

Browse files
author
MOK
committed
Cancel the windows and macos action
1 parent 6807a85 commit af42e3b

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/ci.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,41 +52,41 @@ jobs:
5252
# run: platformio run -e emulator_32bits
5353

5454

55-
macOS:
56-
runs-on: macos-latest
57-
steps:
58-
- name: Install macOS dependencies
59-
run: |
60-
HOMEBREW_NO_AUTO_UPDATE=1 brew install sdl2
55+
# macOS:
56+
# runs-on: macos-latest
57+
# steps:
58+
# - name: Install macOS dependencies
59+
# run: |
60+
# HOMEBREW_NO_AUTO_UPDATE=1 brew install sdl2
6161

62-
- uses: actions/checkout@v2
63-
- uses: actions/setup-python@v5
62+
# - uses: actions/checkout@v2
63+
# - uses: actions/setup-python@v5
6464

65-
- name: Install PlatformIO
66-
run: |
67-
python -m pip install --upgrade pip
68-
pip install -U platformio
69-
platformio update
65+
# - name: Install PlatformIO
66+
# run: |
67+
# python -m pip install --upgrade pip
68+
# pip install -U platformio
69+
# platformio update
7070

71-
- name: Build esp32_boards
72-
run: platformio run -e esp32_boards
71+
# - name: Build esp32_boards
72+
# run: platformio run -e esp32_boards
7373

7474

7575

7676

77-
Windows:
78-
runs-on: Windows Server 2025
79-
steps:
80-
- uses: actions/checkout@v2
81-
- uses: actions/setup-python@v1
77+
# Windows:
78+
# runs-on: Windows Server 2025
79+
# steps:
80+
# - uses: actions/checkout@v2
81+
# - uses: actions/setup-python@v1
8282

83-
- name: Install PlatformIO
84-
run: |
85-
python -m pip install --upgrade pip
86-
pip install -U platformio
87-
platformio update
83+
# - name: Install PlatformIO
84+
# run: |
85+
# python -m pip install --upgrade pip
86+
# pip install -U platformio
87+
# platformio update
8888

89-
- name: Build esp32_boards
90-
run: platformio run -e esp32_boards
89+
# - name: Build esp32_boards
90+
# run: platformio run -e esp32_boards
9191

9292

0 commit comments

Comments
 (0)