summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-15 08:16:26 -0400
committerAnthony Green <green@moxielogic.com>2022-09-15 08:16:26 -0400
commitd1b31536af74590b74236a00254e77617a8d50b0 (patch)
tree43ea814091df2df7a5b92c5a278b81ea83e1fba3 /.github
parentd352ed366722d5dfce0c1581c3820124c0bbafed (diff)
downloadlibffi-d1b31536af74590b74236a00254e77617a8d50b0.tar.gz
Fix msys2 tool selection
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