Skip to content

Commit 5fb0127

Browse files
authored
Fix openssl version at 1.1 (#355)
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 280447d commit 5fb0127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/ios/ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ setup() {
5555
which cmake &>/dev/null || brew install cmake
5656
which wget &>/dev/null || brew install wget
5757
which truncate &>/dev/null || brew install truncate
58-
brew list openssl &>/dev/null || brew install openssl
58+
brew list openssl &>/dev/null || brew install openssl@1.1
5959
brew list zmq &>/dev/null || brew install zmq
6060
brew list libzip &>/dev/null || brew install libzip
6161

0 commit comments

Comments
 (0)