Zilliqa / scilla-rtl

Execute Scilla code compiled by the Scilla -> LLVM compiler.
GNU General Public License v3.0
8 stars 3 forks source link

CI: fix OpenSSL version at 1.1 for macOS #60

Closed anton-trunov closed 3 years ago

anton-trunov commented 3 years ago

We don't support OpenSSL 3.0 for now -- this is the default version for Homebrew at the moment.

anton-trunov commented 3 years ago

Yeah, really weird. It worked locally. In fact, it didn't work with just openssl because right now it points to openssl@3 (this is a recent change in Homebrew).

anton-trunov commented 3 years ago

I'm totally stumped by this CI failure. It seems I do everything the same way locally on my machine and it works -- the tests pass. I'm using the same macOS version and the OS-level package version.