diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb81723..8c1cafa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ build: - conan profile update settings.compiler=clang default - conan profile update settings.compiler.version=7.0 default - conan profile update settings.compiler.libcxx=libstdc++11 default - - conan profile update env.CC=/bin/clang default - conan profile update env.CXX=/bin/clang++ default script: - mkdir build && cd build