File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments