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 4a52bb0 commit a2e053eCopy full SHA for a2e053e
.github/workflows/ci.yml
@@ -25,20 +25,15 @@ jobs:
25
- run: make test
26
27
buildwindows:
28
- runs-on: ${{ matrix.os }}
29
- strategy:
30
- matrix:
31
- include:
32
- - { sys: mingw64, env: x86_64 }
33
- - { sys: mingw32, env: i686 }
+ runs-on: windows-latest
34
defaults:
35
run:
36
shell: msys2 {0}
37
steps:
38
- uses: actions/checkout@v2
39
- uses: msys2/setup-msys2@v2
40
with:
41
- msystem: ${{matrix.sys}}
42
- install: make mingw-w64-${{matrix.env}}-toolchain
+ msystem: MINGW64
+ install: make mingw-w64-x86_64-toolchain
43
- run: make
44
0 commit comments