Skip to content

Commit 745ab21

Browse files
committed
Specify profile
1 parent 3595422 commit 745ab21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_integration_tests_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
version: 1.65.0
1212
- id: run_conan
1313
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 &&
14+
conan profile new default --detect && conan profile update settings.compiler=clang default && conan profile update settings.compiler.version=17 default &&
1515
conan install -e CXX=/usr/bin/clang++ --generator cmake_find_package --install-folder ../build_test/conan-dependencies .
1616
- id: cmake
1717
run: cd ${GITHUB_WORKSPACE}/test && export CXX=/usr/bin/clang++ && cmake -DCMAKE_BUILD_TYPE=Debug -B../build_test -S.

0 commit comments

Comments
 (0)