Skip to content

Commit

Permalink
alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 2, 2025
1 parent 5f091fd commit d775eba
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 @@ -136,7 +136,7 @@ function build {
if [[ -n "$IS_MACOS" ]]; then
CFLAGS="$CFLAGS -Wl,-headerpad_max_install_names"
elif [ -n "$IS_ALPINE" ]; then
echo "alpine"
apk add ImageMagick
else
yum install -y ImageMagick
fi
Expand Down

0 comments on commit d775eba

Please sign in to comment.