CI: Fix clang-6 $CXX.

This commit is contained in:
tastytea 2019-09-03 22:39:38 +02:00
parent 250ae5630f
commit 4134782697
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ steps:
image: debian:buster-slim
pull: always
environment:
CXX: clang++
CXX: clang++-6
CXXFLAGS: -pipe -O2
LANG: en_US.utf-8
commands: