We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bd786 commit 66471bbCopy full SHA for 66471bb
.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 -of=${{ github.workspace }}/
+ conan install ${{ github.workspace }}/conanfile.txt --build=missing --settings=build_type=Release
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