fix(ci/musl): Don't install both llvm18-dev and llvm18-static

This commit is contained in:
edoardo
2024-11-08 14:29:09 +00:00
parent bba5795cdd
commit a98b7aa5d3

View File

@ -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 zlib-static
apk add build-base bash musl-dev curl tar make libtool libffi-dev gcc automake autoconf git openssl-dev g++ pkgconfig clang18-static llvm18-static zlib-static