Skip to content

Commit

Permalink
none
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 2, 2025
1 parent 8cdb3d6 commit 5f091fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ function build {
CFLAGS="$CFLAGS -O3 -DNDEBUG"
if [[ -n "$IS_MACOS" ]]; then
CFLAGS="$CFLAGS -Wl,-headerpad_max_install_names"
elif [ -n "$IS_ALPINE" ]; then
echo "alpine"
else
yum install -y ImageMagick
fi
Expand Down

0 comments on commit 5f091fd

Please sign in to comment.