Skip to content

Commit

Permalink
sslb
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 6, 2024
1 parent c895432 commit aa29ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function build_libavif {
. "$HOME/.cargo/env"

if [ -n "$IS_ALPINE" ]; then
echo "a"
apk add openssl-dev openssl-libs-static
elif [ -z "$IS_MACOS" ]; then
yum install -y openssl-devel
echo "b"
fi

local out_dir=$(fetch_unpack https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz libavif-$LIBAVIF_VERSION.tar.gz)
Expand Down

0 comments on commit aa29ad8

Please sign in to comment.