diff --git a/bsdtar/build_mingw.sh b/bsdtar/build_mingw.sh index 50d472e4d..3e502e134 100755 --- a/bsdtar/build_mingw.sh +++ b/bsdtar/build_mingw.sh @@ -4,8 +4,6 @@ set -e echo "::group::install deps" -exit 1 - choco install mingw echo "::endgroup::" @@ -26,6 +24,8 @@ wget "$ci_download_url" -O "$dp0/ci.cmd" patch "$dp0/ci.cmd" "$dp0/release/bdstar_remove_bzip2.diff" +sed -i -e 's@SET XZ_VERSION=5.4.4@SET XZ_VERSION=5.4.5@g' "$dp0/ci.cmd" + echo "::endgroup::" echo "::group::build"