update circleci config

This commit is contained in:
F1ssi0N 2018-03-12 22:39:54 +00:00
parent ed23578905
commit a59b050584

View File

@ -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