update circleci config
This commit is contained in:
parent
ed23578905
commit
a59b050584
@ -9,7 +9,7 @@ jobs:
|
|||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
apt-get update -qq
|
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
|
- checkout
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
|
Reference in New Issue
Block a user