Revert "Update ci.yml"

This reverts commit 4a52bb0dcc.
This commit is contained in:
Viral B. Shah
2021-09-08 20:27:54 -04:00
parent 4a52bb0dcc
commit a2e053ee1f
+3 -8
View File
@@ -25,12 +25,7 @@ jobs:
- run: make test
buildwindows:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- { sys: mingw64, env: x86_64 }
- { sys: mingw32, env: i686 }
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
@@ -38,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
install: make mingw-w64-${{matrix.env}}-toolchain
msystem: MINGW64
install: make mingw-w64-x86_64-toolchain
- run: make
- run: make test