We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1b48e commit 88f8b34Copy full SHA for 88f8b34
.github/workflows/maturin_builds.yml
@@ -41,10 +41,10 @@ jobs:
41
# Source = https://github.com/Intreecom/scyllapy/blob/develop/.github/workflows/release.yaml
42
# If we're running on rhel centos, install needed packages.
43
if command -v yum &> /dev/null; then
44
- yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig
+ yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig clang llvm-devel
45
else
46
# If we're running on debian-based system.
47
- apt update -y && apt-get install -y libssl-dev openssl pkg-config
+ apt update -y && apt-get install -y libssl-dev openssl pkg-config clang libclang-dev
48
fi
49
- name: Upload wheels
50
uses: actions/upload-artifact@v4
0 commit comments