Commit d1b31536af74590b74236a00254e77617a8d50b0

Anthony Green 2022-09-15T08:16:26

Fix msys2 tool selection

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f61875c..4e7cf89 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -261,16 +261,16 @@ jobs:
           msystem: ${{ matrix.MSYSTEM }}
           update: true
           install: >-
-            mingw-w64-${{ matrix.MSYS2_ARCH }}-base-devel
-            mingw-w64-${{ matrix.MSYS2_ARCH }}-autoconf-wrapper
-            mingw-w64-${{ matrix.MSYS2_ARCH }}-autoconf
-            mingw-w64-${{ matrix.MSYS2_ARCH }}-automake
+            base-devel
+            autoconf-wrapper
+            autoconf
+            automake
             mingw-w64-${{ matrix.MSYS2_ARCH }}-libtool
             mingw-w64-${{ matrix.MSYS2_ARCH }}-make
-            mingw-w64-${{ matrix.MSYS2_ARCH }}-dejagnu
+            dejagnu
             mingw-w64-${{ matrix.MSYS2_ARCH }}-gcc
             mingw-w64-${{ matrix.MSYS2_ARCH }}-gcc-libs
-            mingw-w64-${{ matrix.MSYS2_ARCH }}-unzip
+            unzip
 
       - run: |
           set -x