From 507b5b412e96c618c12dcb4d7c718cd67257258b Mon Sep 17 00:00:00 2001 From: CMK Date: Fri, 15 Jul 2022 12:30:11 +0800 Subject: [PATCH] chore: ignore openssl cleanup in dry env --- ci_scripts/ci_post_clone.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 81ff1ee07..fbe77d99c 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -21,9 +21,10 @@ which ruby # by pass the openssl cannot build issue # https://github.com/rbenv/ruby-build/discussions/1853#discussioncomment-2146106 -brew cleanup openssl@3.0 -brew uninstall openssl@3.0 -rm -rf /opt/homebrew/etc/openssl@3 + +# brew cleanup openssl@3.0 +# brew uninstall openssl@3.0 +# rm -rf /opt/homebrew/etc/openssl@3 brew install openssl@1.1