From 1a36509c66190beaae23cbceb5380a565289750a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 5 Dec 2024 22:15:41 +1100 Subject: [PATCH] static --- .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 4adaa3d6c9d..446caedea23 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -103,7 +103,7 @@ function build_rav1e { . "$HOME/.cargo/env" if [ -n "$IS_ALPINE" ]; then - build_openssl + apk add openssl-dev openssl-libs-static elif [ -z "$IS_MACOS" ]; then yum install -y openssl-devel fi