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:
174
174
name : ideviceinstaller-latest_macOS
175
175
path : ideviceinstaller.tar
176
176
build-windows :
177
- runs-on : windows-2019
177
+ runs-on : windows-latest
178
178
defaults :
179
179
run :
180
180
shell : msys2 {0}
@@ -195,6 +195,8 @@ jobs:
195
195
base-devel
196
196
git
197
197
mingw-w64-${{ matrix.arch }}-gcc
198
+ mingw-w64-${{ matrix.arch }}-pkg-config
199
+ mingw-w64-${{ matrix.arch }}-openssl
198
200
make
199
201
libtool
200
202
autoconf
@@ -251,7 +253,7 @@ jobs:
251
253
echo "LIBZIP_CFLAGS=-I`pwd`/deps/include" >> $GITHUB_ENV
252
254
echo "LIBZIP_LIBS=`pwd`/deps/lib/libzip.a /${{env.dest}}/lib/libbz2.a /${{env.dest}}/lib/liblzma.a " >> $GITHUB_ENV
253
255
- 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"
255
257
- name : make
256
258
run : make
257
259
- name : make install
You can’t perform that action at this time.
0 commit comments