Skip to content

Commit bb1b48e

Browse files
committed
typo build actino
1 parent f39672a commit bb1b48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maturin_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Source = https://github.com/Intreecom/scyllapy/blob/develop/.github/workflows/release.yaml
4242
# If we're running on rhel centos, install needed packages.
4343
if command -v yum &> /dev/null; then
44-
yum update -y && yum install -y perl-core openssl openssl-devel pkg-config
44+
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig
4545
else
4646
# If we're running on debian-based system.
4747
apt update -y && apt-get install -y libssl-dev openssl pkg-config

0 commit comments

Comments
 (0)