Dropped OpenSSL version to 1.0.1 in CI
This commit is contained in:
parent
6c941c63bd
commit
b2c1528ca0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -356,7 +356,7 @@ jobs:
|
||||||
cd Libraries
|
cd Libraries
|
||||||
git clone https://github.com/openssl/openssl
|
git clone https://github.com/openssl/openssl
|
||||||
cd openssl
|
cd openssl
|
||||||
git checkout OpenSSL_1_0_2-stable
|
git checkout OpenSSL_1_0_1-stable
|
||||||
./config
|
./config
|
||||||
make -j8
|
make -j8
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue