Skip to content

Commit ef2b0a9

Browse files
authored
Update build.yml
1 parent 3968256 commit ef2b0a9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,13 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
os: [ubuntu-latest, macos-latest]
1616

1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v3
2020

21-
- name: Set up C++ environment for Linux/macOS
22-
run: sudo apt-get install g++ cmake
23-
if: runner.os != 'Windows'
24-
25-
- name: Set up C++ environment for Windows
26-
run: choco install mingw cmake
27-
if: runner.os == 'Windows'
28-
21+
2922
- name: Build mbox2eml
3023
run: |
3124
mkdir -p build

0 commit comments

Comments
 (0)