From 9394bec14eb15e2cbfe030f6b57544fca2d736d2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 2 Jan 2025 20:52:21 +1100 Subject: [PATCH] none --- .github/workflows/wheels-dependencies.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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