From 1bf58f17b132524d5cb30e5eb4928b751eb04fb1 Mon Sep 17 00:00:00 2001 From: F1ssi0N Date: Mon, 12 Mar 2018 22:16:24 +0000 Subject: [PATCH] update circleci config --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d13b93f..7b726c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,10 +10,9 @@ jobs: command: | apt-get update -qq apt-get install -y g++ clang-5.0 cmake git wget ssh patchelf - - checkout: - post: - - git submodule sync - - git submodule update --init + - checkout + - run: git submodule sync + - run: git submodule update --init - run: name: Generate Make files command: |