Skip to content

Instantly share code, notes, and snippets.

@olivergeorge
Last active November 29, 2021 02:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?

Fix is to link openssl@1.1 as openssl

1069  cd /opt/homebrew/opt                 # OR WHEREVER?
1070  rm openssl
1071  ln -s openssl@1.1 openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment