aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-05-07 05:48:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-05-07 05:48:39 -0400
commit715ad9dd6d96750209633f2421ef2ecd81997442 (patch)
tree42e42234dc8d4cf617b96c9272795fd2b6c8d3bb
parent3f8184913571956c9f82e4c8d28feb369e942175 (diff)
downloadspmc-715ad9dd6d96750209633f2421ef2ecd81997442.tar.gz
Add brew curl
-rwxr-xr-x.circleci/init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/init.sh b/.circleci/init.sh
index 24b2f81..6a25d16 100755
--- a/.circleci/init.sh
+++ b/.circleci/init.sh
@@ -22,6 +22,7 @@ if [[ $(uname -s) == Linux ]]; then
elif [[ $(uname -s) == Darwin ]]; then
brew install cmake \
+ curl \
gnu-tar \
openssl@1.1
fi