~ dont try to install clang++ as that package does not exist

This commit is contained in:
Johannes Theiner 2020-01-08 17:21:17 +01:00
parent 52ead05173
commit 6c23f196cb
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ make_test:
- docker-ci
script:
- apt-get update
- apt-get install -y clang++ make cmake clang-tidy
- apt-get install -y clang make cmake clang-tidy
- mkdir current
- ls | grep -v current | xargs mv -t current
- git clone https://github.com/catchorg/Catch2.git
@ -56,7 +56,7 @@ cmake_build:
- docker-ci
script:
- apt-get update
- apt-get install -y clang++ make cmake clang-tidy
- apt-get install -y clang make cmake clang-tidy
- mkdir current
- ls | grep -v current | xargs mv -t current
- git clone https://github.com/catchorg/Catch2.git