Skip to content

Commit

Permalink
-git
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Oct 12, 2023
1 parent 1f9a333 commit c5ad34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/build-windows-msys2.yml
with:
workflow: ${{ github.workflow }}
msys2_install: make git mingw-w64-x86_64-gcc
msys2_install: make mingw-w64-x86_64-gcc
toolset: mingw

test-windows:
Expand Down
4 changes: 2 additions & 2 deletions zstd/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ echo "::endgroup::"
echo "::group::build"

download_url_zlib="https://github.com/madler/zlib/archive/refs/tags/v$tool_zlib_version.tar.gz"
wget "$download_url_zlib" -O "tool-$tool_zlib_version.tar.gz"
"$bsdtar" -xf "tool-$tool_zlib_version.tar.gz"
wget "$download_url_zlib" -O "zlib_tool-$tool_zlib_version.tar.gz"
"$bsdtar" -xf "zlib_tool-$tool_zlib_version.tar.gz"

make -C "zlib-$tool_zlib_version" -f win32/Makefile.gcc libz.a

Expand Down

0 comments on commit c5ad34d

Please sign in to comment.