diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 67933fe06..fd3526f6a 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -124,7 +124,7 @@ function build_libavif { local build_type=MinSizeRel - if [[ -z "$IS_ALPINE" ]] && [[ "$MB_ML_VER" == 2014 ]]; then + if [[ "$MB_ML_VER" == 2014 ]]; then build_type=Release fi