Skip to content

Commit

Permalink
SET XZ_VERSION=5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 10, 2024
1 parent 3c69088 commit 391eadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsdtar/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

echo "::group::install deps"

exit 1

choco install mingw

echo "::endgroup::"
Expand All @@ -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"
Expand Down

0 comments on commit 391eadc

Please sign in to comment.