From 8bc14e2a6b9d29f37daf5c6fbb173edabbeea88e Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Mon, 7 Apr 2025 09:10:44 -0400 Subject: [PATCH] Update .github/workflows/wheels-dependencies.sh Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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