Update .github/workflows/wheels-dependencies.sh

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Frankie Dintino 2025-04-07 09:10:44 -04:00 committed by GitHub
parent 7aca46c356
commit 8bc14e2a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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