Commit 950ed4a75384c4e7b0a512cb49f71f4d99c50a5d

Anthony Green 2022-09-15T06:33:14

Don't make msys2 default shell

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 606d68e..b71839a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -247,10 +247,6 @@ jobs:
       matrix:
         platform: [windows-latest]
 
-    defaults:
-      run:
-        shell: msys2 {0}
-
     steps:
       - run: git config --global core.autocrlf input
 
@@ -287,6 +283,7 @@ jobs:
                           -l CC=i686-w64-mingw32-gcc \
                           -l host=x86_64-pc-cygwin \
                           --policy=https://github.com/libffi/rlgl-policy.git $(find . -name libffi.log)
+        shell: msys2 {0}
 
 
   build-macos: