CI: Fix CXX for clang7.

This commit is contained in:
tastytea 2019-09-06 00:41:44 +02:00
parent 3c27a1a0b9
commit 7557064215
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 image: debian:buster-slim
pull: always pull: always
environment: environment:
CXX: clang++-6 CXX: clang++
CXXFLAGS: -pipe -O2 CXXFLAGS: -pipe -O2
LANG: en_US.utf-8 LANG: en_US.utf-8
commands: commands: