Skip to content

Commit 1dd810f

Browse files
committed
syntax change
1 parent ae64216 commit 1dd810f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/conan.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,17 @@ jobs:
9191

9292
- name: Create package
9393
shell: powershell
94+
#conan create . --build=missing -s compiler.cppstd=17 -c:h tools.microsoft.winsdk_version=10.0.17763.0
9495
run: |
9596
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
9697
refreshenv
9798
conan profile detect
98-
conan create . --build=missing -s compiler.cppstd=17 -c:h tools.microsoft.winsdk_version=10.0.17763.0
99+
conan create . `
100+
--build=missing `
101+
-o "&:shared=False" `
102+
-s:h compiler.cppstd=17 `
103+
-c:h tools.microsoft:winsdk_version=10.0.17763.0 `
104+
-s:h compiler.runtime=static
99105
env:
100106
CONAN_USER_HOME: c:/cache
101107
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths

0 commit comments

Comments
 (0)