1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

don't attempt to install clang

This commit is contained in:
NotAdam 2018-12-21 00:06:36 +11:00
parent 0655b99fdb
commit 604ba6d106

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"