Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 4, 2024
1 parent 72856bd commit 99a25a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,12 @@ function build_rav1e {
curl https://sh.rustup.rs -sSf | sh -s -- -y
. "$HOME/.cargo/env"

if [[ -z "$IS_MACOS" ]]; then
yum install -y openssl-devel
fi

local out_dir=$(fetch_unpack https://github.com/xiph/rav1e/archive/refs/tags/v$RAV1E_VERSION.tar.gz)
cargo install cargo-c
if [[ -n "$IS_MACOS" ]]; then
(cd $out_dir && sudo cargo cinstall --release)
else
yum install -y openssl-devel
(cd $out_dir && cargo cinstall --release)
fi
touch rav1e-stamp
Expand Down

0 comments on commit 99a25a9

Please sign in to comment.