From ff822f3e477649bb5b9dcdfa90d3c949eed5879d Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 8 Sep 2021 14:29:53 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef7702..f473aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: msys2/setup-msys2@v2 + with: + msystem: MINGW64 - run: make - run: make test