We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66471bb commit 19c28b7Copy full SHA for 19c28b7
.github/workflows/cmake-multi-platform.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Install conan dependencies
72
run: |
73
conan profile detect --force
74
- conan install ${{ github.workspace }}/conanfile.txt --build=missing --settings=build_type=Release
+ conan install ${{ github.workspace }}/conanfile.txt --build=missing --settings=build_type=Release -of=${{ steps.strings.outputs.build-output-dir }}
75
76
- name: Configure CMake
77
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments