chore: ignore openssl cleanup in dry env
This commit is contained in:
parent
04fc2e9efe
commit
507b5b412e
|
@ -21,9 +21,10 @@ which ruby
|
||||||
|
|
||||||
# by pass the openssl cannot build issue
|
# by pass the openssl cannot build issue
|
||||||
# https://github.com/rbenv/ruby-build/discussions/1853#discussioncomment-2146106
|
# https://github.com/rbenv/ruby-build/discussions/1853#discussioncomment-2146106
|
||||||
brew cleanup openssl@3.0
|
|
||||||
brew uninstall openssl@3.0
|
# brew cleanup openssl@3.0
|
||||||
rm -rf /opt/homebrew/etc/openssl@3
|
# brew uninstall openssl@3.0
|
||||||
|
# rm -rf /opt/homebrew/etc/openssl@3
|
||||||
|
|
||||||
brew install openssl@1.1
|
brew install openssl@1.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue