1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +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:
- ubuntu-toolchain-r-test
packages:
- clang-6.0
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"