From b46a6f15c1548121747dfafdf9cec9130944be4b Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Thu, 24 Nov 2022 22:59:59 +0900 Subject: update github workflows to fit patched libssh --- scripts/install-build-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-build-deps.sh') diff --git a/scripts/install-build-deps.sh b/scripts/install-build-deps.sh index 7e07bdc..172d4e9 100755 --- a/scripts/install-build-deps.sh +++ b/scripts/install-build-deps.sh @@ -13,7 +13,7 @@ set -x case $platform in Darwin) - brew install openssl + brew install openssl@1.1 ;; Linux-ubuntu*) apt-get install -y \ -- cgit v1.2.3