Skip to content

Commit 9a9ef4c

Browse files
committed
Setup default profile
1 parent 4f62c50 commit 9a9ef4c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cpp_integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
- uses: actions/checkout@v4
88
- id: install_conan
99
uses: turtlebrowser/get-conan@main
10+
- id: patch_conan
11+
run: conan profile detect
1012
- id: run_conan
1113
run: cd ${GITHUB_WORKSPACE}/test &&
1214
conan install --generator cmake_find_package -of ../build_test/conan-dependencies . --settings=compiler.libcxx=libstdc++11

.github/workflows/qt_integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- uses: actions/checkout@v4
1010
- id: install_conan
1111
uses: turtlebrowser/get-conan@main
12+
- id: patch_conan
13+
run: conan profile detect
1214
- id: run_conan
1315
run: cd ${GITHUB_WORKSPACE}/test &&
1416
conan install --generator cmake_find_package -of ../build_test/conan-dependencies . --settings=compiler.libcxx=libstdc++11

0 commit comments

Comments
 (0)