Skip to content

Commit

Permalink
multibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 5, 2024
1 parent 50e78c2 commit c467ac5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ function build_rav1e {
curl https://sh.rustup.rs -sSf | sh -s -- -y
. "$HOME/.cargo/env"

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

local out_dir=$(fetch_unpack https://github.com/xiph/rav1e/archive/refs/tags/v$RAV1E_VERSION.tar.gz)
Expand Down

0 comments on commit c467ac5

Please sign in to comment.