mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 10:09:20 +08:00
[MacOS] Restore openssl-1.1.x symlink (#4206)
This commit is contained in:
@@ -7,4 +7,7 @@ brew_smart_install "openssl@1.1"
|
||||
# Symlink brew openssl@1.1 to `/usr/local/bin` as Homebrew refuses
|
||||
ln -sf $(brew --prefix openssl@1.1)/bin/openssl /usr/local/bin/openssl
|
||||
|
||||
# Most of buildsystems and scripts look up ssl here
|
||||
ln -sf $(brew --cellar openssl@1.1)/1.1* /usr/local/opt/openssl
|
||||
|
||||
invoke_tests "OpenSSL"
|
||||
|
||||
Reference in New Issue
Block a user