mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[MacOS] Add openssl@1.1 back.
This commit is contained in:
@@ -8,8 +8,8 @@ source ~/utils/utils.sh
|
|||||||
|
|
||||||
echo "Install openssl@1.1"
|
echo "Install openssl@1.1"
|
||||||
|
|
||||||
wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
|
openssl_pkg=$(download_with_retry "https://www.openssl.org/source/openssl-1.1.1w.tar.gz")
|
||||||
tar -xvf openssl-1.1.1w.tar.gz
|
tar -xvf $openssl_pkg
|
||||||
cd openssl-1.1.1w
|
cd openssl-1.1.1w
|
||||||
./config --prefix=/usr/local/openssl
|
./config --prefix=/usr/local/openssl
|
||||||
make
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user