diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-24 22:59:59 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-24 22:59:59 +0900 |
commit | b46a6f15c1548121747dfafdf9cec9130944be4b (patch) | |
tree | 18545d6ad04afbabdd83fe473aceb952a48241aa /scripts/install-build-deps.sh | |
parent | 6f9aaeab80e601b45b60bd1ca78f5e8fd2f49605 (diff) |
update github workflows to fit patched libssh
Diffstat (limited to 'scripts/install-build-deps.sh')
-rwxr-xr-x | scripts/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |