mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
updated clang build to use stdc++11 so it is consistant and does not rebuild
This commit is contained in:
parent
4a7bff0d37
commit
46e0adee15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue