From ae182abaa41a50964f1fa42f4b26299b1d8ef08b Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 17 Nov 2020 16:07:41 -0500 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index f3114dd..9ad9392 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -14,7 +14,7 @@ jobs: uses: msys2/setup-msys2@v2 with: path-type: strict - install: base-devel + install: make gcc mingw32/mingw-w64-i686-gcc mingw64/mingw-w64-x86_64-gcc # Runs a single command using the runners shell - name: Make MINGW32