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 b4db074 commit 9394bec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ function build_libavif {
if [ -e libavif-stamp ]; then return; fi

if [[ "$MB_ML_VER" == 2014 ]]; then
yum install -y perl-IPC-Cmd
if [ -n "$IS_ALPINE" ]; then
echo "alpine"
else
yum install -y perl-IPC-Cmd
fi
fi

if [[ "$PLAT" == "aarch64" ]]; then
Expand Down

0 comments on commit 9394bec

Please sign in to comment.