Skip to content

Commit

Permalink
fixalpine
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 4, 2024
1 parent 45688ac commit 9950742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ function build_rav1e {
curl https://sh.rustup.rs -sSf | sh -s -- -y
. "$HOME/.cargo/env"

if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
if [ -n "$IS_ALPINE" ]; then
apk add openssl
elif [ -z "$IS_MACOS" ]; then
yum install -y openssl-devel
fi

Expand Down

0 comments on commit 9950742

Please sign in to comment.