build: gitpod conan profile for clang14 fixed

This commit is contained in:
Mateusz Pusz
2022-10-03 20:18:30 +01:00
parent d6cf793682
commit bf8aad46ec

View File

@@ -92,7 +92,7 @@ tasks:
conan profile update env.CC=/usr/bin/clang-13 clang13
conan profile update settings.compiler=clang clang14
conan profile update settings.compiler.version=14 clang14
conan profile update settings.compiler.libcxx=libc++11 clang14
conan profile update settings.compiler.libcxx=libstdc++11 clang14
conan profile update env.CXX=/usr/bin/clang++-14 clang14
conan profile update env.CC=/usr/bin/clang-14 clang14
conan profile update settings.compiler=clang clang15