Skip to content

Commit bdee3ce

Browse files
committed
huh?
1 parent 4d64c4a commit bdee3ce

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/maturin.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,9 @@ jobs:
3434
before-script-linux: |
3535
set -ex
3636
cat /etc/*release*
37-
if [ "${{ matrix.platform.target }}" = "x86_64" ]; then
38-
apt-get update
39-
apt-get install -y build-essential perl curl libssl-dev pkg-config clang liblzma-dev
40-
elif [ "${{ matrix.platform.target }}" = "aarch64" ]; then
41-
dnf install -y epel-release && dnf update -y
42-
dnf install -y gcc gcc-c++ make perl curl openssl-devel pkgconfig clang xz-devel
43-
fi
37+
echo "${{ matrix.platform.target }}"
38+
apt-get update
39+
apt-get install -y build-essential perl curl libssl-dev pkg-config clang liblzma-dev
4440
export OPENSSL_LIB_DIR=$(pkg-config --variable=libdir openssl)
4541
export OPENSSL_INCLUDE_DIR=$(pkg-config --variable=includedir openssl)
4642
export OPENSSL_DIR="$OPENSSL_LIB_DIR/ssl"

0 commit comments

Comments
 (0)