From 46e0adee153751973f0bfd8d92a5494206640a71 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 20 Sep 2024 12:38:13 -0400 Subject: [PATCH] updated clang build to use stdc++11 so it is consistant and does not rebuild --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e2ccc5..24f0dc56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: conan_arch: x86_64 conan_compiler: clang conan_compiler_version: 17 - conan_compiler_libcxx: --settings compiler.libcxx=libstdc++ + conan_compiler_libcxx: --settings compiler.libcxx=libstdc++11 conan_compiler_runtime: '' conan_package_manager: --conf tools.system.package_manager:mode=install --conf tools.system.package_manager:sudo=True artifact_suffix: linux-clang-x64