diff options
author | Edward Thomson <ethomson@github.com> | 2016-07-24 14:51:28 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@github.com> | 2016-10-01 19:01:39 -0500 |
commit | 0c7e546fa748334a3fd3413db442132b7d6b166b (patch) | |
tree | a15803a289b94740e8e86adb40f8a119a3e29324 /script/install-deps-osx.sh | |
parent | 1db5e0276f9641e57744508e5e81356f804a9592 (diff) | |
download | libgit2-ethomson/v24-updates.tar.gz |
ci: install homebrew's curl on macethomson/v24-updates
Diffstat (limited to 'script/install-deps-osx.sh')
-rwxr-xr-x | script/install-deps-osx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh index da0672d2b..4b8393b19 100755 --- a/script/install-deps-osx.sh +++ b/script/install-deps-osx.sh @@ -4,4 +4,5 @@ set -x brew update brew install homebrew/dupes/zlib +brew install curl brew install libssh2 |