We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3595422 commit 745ab21Copy full SHA for 745ab21
.github/workflows/cpp_integration_tests_clang.yml
@@ -11,7 +11,7 @@ jobs:
11
version: 1.65.0
12
- id: run_conan
13
run: cd ${GITHUB_WORKSPACE}/test && export CXX=/usr/bin/clang++ &&
14
- conan profile new default --detect && conan profile update settings.compiler=clang && conan profile update settings.compiler.version=17 default &&
+ conan profile new default --detect && conan profile update settings.compiler=clang default && conan profile update settings.compiler.version=17 default &&
15
conan install -e CXX=/usr/bin/clang++ --generator cmake_find_package --install-folder ../build_test/conan-dependencies .
16
- id: cmake
17
run: cd ${GITHUB_WORKSPACE}/test && export CXX=/usr/bin/clang++ && cmake -DCMAKE_BUILD_TYPE=Debug -B../build_test -S.
0 commit comments