mirror of
https://github.com/nlohmann/json
synced 2025-01-19 05:10:05 +00:00
👷 trying to install g++ to make clang work
This commit is contained in:
parent
0ea0d7d860
commit
054b0250be
@ -216,6 +216,10 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
env: LLVM_VERSION=3.7.0
|
env: LLVM_VERSION=3.7.0
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
|
packages: g++-7
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: LLVM_VERSION=3.7.1
|
env: LLVM_VERSION=3.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user