Skip to content

Commit

Permalink
Merge branch 'main' into no_giflib
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored Jan 4, 2025
2 parents cce0f5b + ef223f5 commit 66795e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function build_harfbuzz {

function build {
build_xz
if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
yum remove -y zlib-devel
fi
build_zlib_ng
Expand Down

0 comments on commit 66795e9

Please sign in to comment.