Skip to content

Commit 297e6a5

Browse files
authored
Merge pull request scala#555 from ashawley/circleci-clang
Fix Circle error: 'clang-7' has no installation candidate
2 parents 7bd1f04 + 2b96e29 commit 297e6a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ jobs:
9292
name: Install dependencies
9393
command: |
9494
sudo apt-get update
95-
sudo apt-get install -y clang-7
96-
sudo ln -s /usr/lib/llvm-7/bin/clang /usr/local/bin/clang
97-
sudo ln -s /usr/lib/llvm-7/bin/clang++ /usr/local/bin/clang++
95+
sudo apt-get install -y clang
9896
- sbt_cmd:
9997
scala_version: << parameters.scala_version >>
10098
sbt_tasks: xmlNative/update xmlNative/compile xmlNative/test:compile xmlNative/test xmlNative/doc xmlNative/package

0 commit comments

Comments
 (0)