diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index b527b8f2b0d..12e014fd190 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -110,7 +110,7 @@ function build_libavif { . "$HOME/.cargo/env" if [ -n "$IS_ALPINE" ]; then - apk add openssl-dev openssl-libs-static + echo "a" elif [ -z "$IS_MACOS" ]; then yum install -y openssl-devel fi