We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22121b6 commit 34cd7ecCopy full SHA for 34cd7ec
.github/workflows/maturin.yml
@@ -32,8 +32,9 @@ jobs:
32
args: --release --out dist --find-interpreter
33
manylinux: 2_28
34
before-script-linux: |
35
+ set -ex
36
+ cat /etc/*release*
37
if [ "${{ matrix.platform.target }}" = "x86_64" ]; then
- set -ex
38
dnf install -y epel-release && dnf update -y
39
dnf install -y gcc gcc-c++ make perl curl openssl-devel pkgconfig clang xz-devel
40
export OPENSSL_LIB_DIR=$(pkg-config --variable=libdir openssl)
0 commit comments