From 131ad378e0dee4392bc34cc439d58e0d4b5043aa Mon Sep 17 00:00:00 2001 From: mircea-c Date: Thu, 20 Dec 2018 14:46:37 -0500 Subject: [PATCH] fixed makefile target in macos build job (#3185) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0fa045de59..4e63e36974 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -316,7 +316,7 @@ jobs: name: Install SDK command: | source $BASH_ENV - make get_tools + make tools make get_vendor_deps make install - run: