Skip to content

Commit

Permalink
Fix(ci): Download zlib dependency on musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 7, 2024
1 parent a42fd4a commit f6fee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alpine-linux-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# This script is used by the CI!

apk update
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig llvm18-dev clang18-static llvm18-static
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig llvm18-dev clang18-static llvm18-static zlib

0 comments on commit f6fee0f

Please sign in to comment.