summaryrefslogtreecommitdiff
path: root/script/install-deps-osx.sh
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-07-24 14:51:28 -0400
committerEdward Thomson <ethomson@github.com>2016-10-01 19:01:39 -0500
commit0c7e546fa748334a3fd3413db442132b7d6b166b (patch)
treea15803a289b94740e8e86adb40f8a119a3e29324 /script/install-deps-osx.sh
parent1db5e0276f9641e57744508e5e81356f804a9592 (diff)
downloadlibgit2-ethomson/v24-updates.tar.gz
ci: install homebrew's curl on macethomson/v24-updates
Diffstat (limited to 'script/install-deps-osx.sh')
-rwxr-xr-xscript/install-deps-osx.sh1
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