From 8e7a51a4925977acde34daffe9ea1fcffd8aae47 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Thu, 19 Oct 2017 02:56:38 +0300 Subject: [PATCH] circleci: opencv --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c19b6bed..954985d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: Update OpenCV - command: 'sudo apt-get install libopencv-dev' + command: 'apt-get install libopencv-dev' - run: make LIBSO=1 -j 8 - run: | ulimit -c unlimited