Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Sep 20, 2024
1 parent 4082d8f commit b14a021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maturin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
# If we're running on rhel centos, install needed packages.
if command -v yum &> /dev/null; then
# https://github.com/openssl/openssl/discussions/24840
yum search rh-perl
yum update -y && yum install -y rh-perl530 openssl openssl-devel pkgconfig libatomic
scl enable rh-perl530 bash
Expand Down

0 comments on commit b14a021

Please sign in to comment.