Skip to content

Commit

Permalink
bsdtar
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Oct 10, 2023
1 parent 475ed3e commit 15c3e8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zstd/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ echo "::group::prepare sources $download_url"

mkdir -p "$dp0/release/build" && cd "$dp0/release"

"$dp0/../.tools/download_bsdtar.sh"
bsdtar="$dp0/release/bsdtar"

wget "$download_url" -O "tool-$tool_version.tar.gz"
tar -xf "tool-$tool_version.tar.gz"
"$bsdtar" -xf "tool-$tool_version.tar.gz"

echo "::endgroup::"

Expand Down

0 comments on commit 15c3e8a

Please sign in to comment.