From 413478269730b6d30b747fd52fda1b4cc0d6be86 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 3 Sep 2019 22:39:38 +0200 Subject: [PATCH] CI: Fix clang-6 $CXX. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bf96efc..a80eeaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: