File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 name : ideviceinstaller-latest_macOS
175175 path : ideviceinstaller.tar
176176 build-windows :
177- runs-on : windows-2019
177+ runs-on : windows-latest
178178 defaults :
179179 run :
180180 shell : msys2 {0}
@@ -195,6 +195,7 @@ jobs:
195195 base-devel
196196 git
197197 mingw-w64-${{ matrix.arch }}-gcc
198+ mingw-w64-${{ matrix.arch }}-pkg-config
198199 make
199200 libtool
200201 autoconf
@@ -251,7 +252,7 @@ jobs:
251252 echo "LIBZIP_CFLAGS=-I`pwd`/deps/include" >> $GITHUB_ENV
252253 echo "LIBZIP_LIBS=`pwd`/deps/lib/libzip.a /${{env.dest}}/lib/libbz2.a /${{env.dest}}/lib/liblzma.a " >> $GITHUB_ENV
253254 - name : autogen
254- run : ./autogen.sh CC=gcc CXX=g++ libzip_CFLAGS="${{env.LIBZIP_CFLAGS}}" libzip_LIBS="${{env.LIBZIP_LIBS}} /${{env.dest}}/lib/libz.a"
255+ run : ./autogen.sh PKG_CONFIG_PATH=/${{env.dest}}/lib/pkgconfig libzip_CFLAGS="${{env.LIBZIP_CFLAGS}}" libzip_LIBS="${{env.LIBZIP_LIBS}} /${{env.dest}}/lib/libz.a"
255256 - name : make
256257 run : make
257258 - name : make install
You can’t perform that action at this time.
0 commit comments