diff options
| author | 2019-12-09 02:05:17 +0100 | |
|---|---|---|
| committer | 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: | |||
| 40 | steps: | 40 | steps: |
| 41 | - uses: numworks/setup-msys2@v1 | 41 | - uses: numworks/setup-msys2@v1 |
| 42 | - name: install dependencies | 42 | - name: install dependencies |
| 43 | run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-g++ make libtool autoconf automake mingw-w64-x86_64 | 43 | run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper |
| 44 | - uses: actions/checkout@v1 | 44 | - uses: actions/checkout@v1 |
| 45 | - name: autogen | 45 | - name: autogen |
| 46 | run: ./autogen.sh --without-cython | 46 | run: ./autogen.sh --without-cython |
