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 3968256 commit ef2b0a9Copy full SHA for ef2b0a9
.github/workflows/build.yml
@@ -12,20 +12,13 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
16
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v3
20
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
+
29
- name: Build mbox2eml
30
run: |
31
mkdir -p build
0 commit comments