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 4ba53d5 commit 7cb2dd7Copy full SHA for 7cb2dd7
.github/workflows/conan.yml
@@ -70,7 +70,7 @@ jobs:
70
conan profile detect
71
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
72
cmake . --preset conan-default
73
- cmake --build --preset=conan-release install -j 8
+ cmake --build --preset=conan-release --target ALL_BUILD install -j 8
74
env:
75
CONAN_USER_HOME: c:/cache
76
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
0 commit comments