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 bc423b7Copy full SHA for bc423b7
.circleci/config.yml
@@ -13,7 +13,9 @@ jobs:
13
g++ --version
14
#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 #libclang1-dev #libclang-common-6.0-dev libclang-common-7-dev libclang-common-8-dev libclang-7-dev
17
+ apt list --installed
18
+ dpkg -l | grep clang
19
- run:
20
name: Update rustc
21
command: |
0 commit comments