diff options
author | 2025-09-08 00:31:49 +0200 | |
---|---|---|
committer | 2025-09-08 00:31:49 +0200 | |
commit | baa9b5d16e1b387afebef98e96f48fc8b60332ce (patch) | |
tree | e6a927d194d7a8760ba9e2b98c54a38a68493be7 | |
parent | 7cfd8d92380accae59ae9b06086c420c1b863855 (diff) | |
download | ideviceinstaller-baa9b5d16e1b387afebef98e96f48fc8b60332ce.tar.gz ideviceinstaller-baa9b5d16e1b387afebef98e96f48fc8b60332ce.tar.bz2 |
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35a221c..5484545 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,6 +197,8 @@ jobs: mingw-w64-${{ matrix.arch }}-gcc mingw-w64-${{ matrix.arch }}-pkg-config mingw-w64-${{ matrix.arch }}-openssl + mingw-w64-${{ matrix.arch }}-xz + mingw-w64-${{ matrix.arch }}-bzip2 make libtool autoconf |