Skip to content

Commit 7cb2dd7

Browse files
committed
all-build
1 parent 4ba53d5 commit 7cb2dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
conan profile detect
7171
conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
7272
cmake . --preset conan-default
73-
cmake --build --preset=conan-release install -j 8
73+
cmake --build --preset=conan-release --target ALL_BUILD install -j 8
7474
env:
7575
CONAN_USER_HOME: c:/cache
7676
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths

0 commit comments

Comments
 (0)