Skip to content

Commit d292417

Browse files
committed
try cmake invocation again
1 parent 165ca0c commit d292417

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/conan.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,16 @@ jobs:
6161

6262
- name: Create package
6363
shell: powershell
64+
#conan create . `
65+
#--build=missing `
66+
#-o "&:shared=False"
6467
run: |
6568
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6669
refreshenv
6770
conan profile detect
68-
conan create . `
69-
--build=missing `
70-
-o "&:shared=False"
71+
conan install . --output-folder=build --build=missing -o "&:shared=false"
72+
cmake . --preset conan-default
73+
cmake --build --preset=conan-release
7174
env:
7275
CONAN_USER_HOME: c:/cache
7376
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths

0 commit comments

Comments
 (0)