We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cca82 commit 1ca7cfeCopy full SHA for 1ca7cfe
.circleci/config.yml
@@ -11,9 +11,12 @@ jobs:
11
command: |
12
gcc --version
13
g++ --version
14
- #dpkg -l | grep clang
+ dpkg -l | grep clang
15
apt-get -y update
16
- apt-get -y install libclang-dev libgcc-6-dev libclang-common-3.8-dev libclang-common-6.0-dev libclang-common-7-dev libclang-common-8-dev libclang-7-dev
+ apt-get -y install libclang-3.8-dev clang-3.8 libclang-dev libgcc-6-dev libclang-common-3.8-dev cmake
17
+ #libclang1-dev #libclang-common-6.0-dev libclang-common-7-dev libclang-common-8-dev libclang-7-dev
18
+ apt list --installed
19
20
- run:
21
name: Update rustc
22
0 commit comments