We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39672a commit bb1b48eCopy full SHA for bb1b48e
.github/workflows/maturin_builds.yml
@@ -41,7 +41,7 @@ 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 pkg-config
+ yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig
45
else
46
# If we're running on debian-based system.
47
apt update -y && apt-get install -y libssl-dev openssl pkg-config
0 commit comments