1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 16:57:47 +00:00

don't attempt to install clang

This commit is contained in:
NotAdam 2018-12-21 00:06:36 +11:00
parent 07fbc3f245
commit a9c0ce08c7

View file

@ -14,7 +14,6 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- clang-6.0
- g++-7 - g++-7
env: env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"