File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 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,8 @@ jobs:
195195 base-devel
196196 git
197197 mingw-w64-${{ matrix.arch }}-gcc
198+ mingw-w64-${{ matrix.arch }}-pkg-config
199+ mingw-w64-${{ matrix.arch }}-openssl
198200 make
199201 libtool
200202 autoconf
@@ -251,7 +253,7 @@ jobs:
251253 echo "LIBZIP_CFLAGS=-I`pwd`/deps/include" >> $GITHUB_ENV
252254 echo "LIBZIP_LIBS=`pwd`/deps/lib/libzip.a /${{env.dest}}/lib/libbz2.a /${{env.dest}}/lib/liblzma.a " >> $GITHUB_ENV
253255 - 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"
256+ 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"
255257 - name : make
256258 run : make
257259 - name : make install
You can’t perform that action at this time.
0 commit comments