diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index ae77a66e456..f6e668273b5 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -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