Skip to content

Commit 09a43cc

Browse files
committed
Use default profile name
1 parent 9d7832d commit 09a43cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- id: install_conan
99
uses: turtlebrowser/get-conan@main
1010
- id: patch_conan
11-
run: conan profile detect default && conan profile update settings.compiler.libcxx=libstdc++11 default
11+
run: conan profile detect && conan profile update settings.compiler.libcxx=libstdc++11 default
1212
- id: run_conan
1313
run: cd ${GITHUB_WORKSPACE}/test && conan install --generator cmake_find_package --install-folder ../build_test/conan-dependencies .
1414
- id: cmake

.github/workflows/qt_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- id: install_conan
1111
uses: turtlebrowser/get-conan@main
1212
- id: patch_conan
13-
run: conan profile detect default && conan profile update settings.compiler.libcxx=libstdc++11 default
13+
run: conan profile detect && conan profile update settings.compiler.libcxx=libstdc++11 default
1414
- id: run_conan
1515
run: cd ${GITHUB_WORKSPACE}/test && conan install --generator cmake_find_package --install-folder ../build_test/conan-dependencies .
1616
- id: cmake

0 commit comments

Comments
 (0)