From a59b05058417d40e781a3263daa0c9fb55d8993b Mon Sep 17 00:00:00 2001 From: F1ssi0N Date: Mon, 12 Mar 2018 22:39:54 +0000 Subject: [PATCH] update circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c686f7..dd7cdd9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: name: Install dependencies command: | apt-get update -qq - apt-get install -y g++ clang-5.0 cmake git wget ssh patchelf + apt-get install -y build-essential g++ g++-multilib clang-5.0 cmake git wget ssh patchelf - checkout - run: git submodule sync - run: git submodule update --init