summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
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