File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments