Dropped OpenSSL version to 1.0.1 in CI

This commit is contained in:
Eric Kotato 2019-10-04 23:06:01 +03:00 committed by GitHub
parent 6c941c63bd
commit b2c1528ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ jobs:
cd Libraries
git clone https://github.com/openssl/openssl
cd openssl
git checkout OpenSSL_1_0_2-stable
git checkout OpenSSL_1_0_1-stable
./config
make -j8
sudo make install