Skip to content

Commit 34cd7ec

Browse files
committed
what OS is this?
1 parent 22121b6 commit 34cd7ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maturin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
args: --release --out dist --find-interpreter
3333
manylinux: 2_28
3434
before-script-linux: |
35+
set -ex
36+
cat /etc/*release*
3537
if [ "${{ matrix.platform.target }}" = "x86_64" ]; then
36-
set -ex
3738
dnf install -y epel-release && dnf update -y
3839
dnf install -y gcc gcc-c++ make perl curl openssl-devel pkgconfig clang xz-devel
3940
export OPENSSL_LIB_DIR=$(pkg-config --variable=libdir openssl)

0 commit comments

Comments
 (0)