From a2e053ee1f51289482ac4aa34dcf219ee06487ae Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 8 Sep 2021 20:27:54 -0400 Subject: [PATCH] Revert "Update ci.yml" This reverts commit 4a52bb0dcc8730f7b8bf677c402b240b72c3df73. --- .github/workflows/ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d18a6cd..abab1b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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