diff options
author | Nikias Bassen | 2019-12-09 02:05:17 +0100 |
---|---|---|
committer | Nikias Bassen | 2019-12-09 02:05:17 +0100 |
commit | 34891d5a68f6338b5c6747b5082668e3d997d54a (patch) | |
tree | 2796aff0600555a79a42fc0435198858e92a17ef | |
parent | 510c5fa564101d14a72e5800bc5d0f051ca3bcb8 (diff) | |
download | libplist-34891d5a68f6338b5c6747b5082668e3d997d54a.tar.gz libplist-34891d5a68f6338b5c6747b5082668e3d997d54a.tar.bz2 |
[github action] Hopefully fix windows build
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db4cbf2..d0ae0e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: numworks/setup-msys2@v1 - name: install dependencies - run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-g++ make libtool autoconf automake mingw-w64-x86_64 + run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper - uses: actions/checkout@v1 - name: autogen run: ./autogen.sh --without-cython |