-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
ckb-light-client/.github/workflows/release.yaml
Lines 51 to 60 in 0379fe2
| run: | | |
| export PWD_DIR=$(pwd) | |
| curl -LO https://www.openssl.org/source/openssl-1.1.1s.tar.gz | |
| tar -xzf openssl-1.1.1s.tar.gz | |
| cd openssl-1.1.1s | |
| ./Configure linux-x86_64 shared | |
| make | |
| cd .. | |
| export OPENSSL_LIB_DIR=${PWD_DIR}/openssl-1.1.1s | |
| export OPENSSL_INCLUDE_DIR=${PWD_DIR}/openssl-1.1.1s/include |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels