mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +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"
|
||||
|
||||
wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
|
||||
tar -xvf 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_pkg
|
||||
cd openssl-1.1.1w
|
||||
./config --prefix=/usr/local/openssl
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user